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

FIS.RotateCircle Method

Rotates a circle clockwise around a center point.

Namespace:FilNet
Assembly:FIL.NET.dll

Syntax

public static void RotateCircle
(
	FilNet.Circle2D inCircle,
	FilNet.Point2D inCenter,
	float inAngle,
	bool inInverse,
	out FilNet.Circle2D outCircle
)

Parameters

Name Type Range Default Description
inCircleFilNet.Circle2D
inCenterFilNet.Point2DCenter of rotation.
inAnglefloatClockwise rotation angle.
inInverseboolSwitches to the inverse operation.
outCircleFilNet.Circle2D

See also