You are here: Start » FIL.NET » FIS.RotatePath Method

FIS.RotatePath Method

Rotates a path clockwise around a center point.

Namespace:FilNet
Assembly:FIL.NET.dll

Syntax

public static void RotatePath
(
	FilNet.Path inPath,
	FilNet.Point2D? inCenter,
	float inAngle,
	bool inInverse,
	FilNet.Path outPath
)

Parameters

Name Type Range Default Description
inPathFilNet.PathInput path.
inCenterFilNet.Point2D?Center of rotation (the mass center by default). Default value: ftl::NIL.
inAnglefloatClockwise rotation angle.
inInverseboolSwitches to the inverse operation.
outPathFilNet.PathOutput path.

Function Overrides

See also