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

FIS.RotatePathArray Method

Rotates an array of paths clockwise around a center point.

Namespace:FilNet
Assembly:FIL.NET.dll

Syntax

public static void RotatePathArray
(
	IList<FilNet.Path> inPaths,
	float inAngle,
	bool inInverse,
	IList<FilNet.Path> outPaths
)

Parameters

Name Type Range Default Description
inPathsSystem.Collections.Generic.IList<FilNet.Path>
inAnglefloatClockwise rotation angle.
inInverseboolSwitches to the inverse operation.
outPathsSystem.Collections.Generic.IList<FilNet.Path>

Function Overrides

See also