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

FIS.RotateRectangle Method

Rotates a rectangle clockwise around a center point.

Namespace:FilNet
Assembly:FIL.NET.dll

Syntax

public static void RotateRectangle
(
	FilNet.Rectangle2D inRectangle,
	float inAngle,
	bool inInverse,
	out FilNet.Rectangle2D outRectangle
)

Parameters

Name Type Range Default Description
inRectangleFilNet.Rectangle2D
inAnglefloatClockwise rotation angle.
inInverseboolSwitches to the inverse operation.
outRectangleFilNet.Rectangle2D

Function Overrides

See also