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

FIS.RotateArc Method

Rotates an arc clockwise around center point.

Namespace:FilNet
Assembly:FIL.NET.dll

Syntax

public static void RotateArc
(
	FilNet.Arc2D inArc,
	float inAngle,
	bool inInverse,
	out FilNet.Arc2D outArc
)

Parameters

Name Type Range Default Description
inArcFilNet.Arc2D
inAnglefloatClockwise rotation angle.
inInverseboolSwitches to the inverse operation.
outArcFilNet.Arc2D

Function Overrides

See also