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,
	float inAngle,
	bool inInverse,
	FilNet.Path outPath
)

Parameters

Name Type Range Default Description
inPathFilNet.PathInput path.
inAnglefloatClockwise rotation angle.
inInverseboolSwitches to the inverse operation.
outPathFilNet.PathOutput path.

Function Overrides

See also