You are here: Start » FIL.NET » Invoke.RotateRectangle

Invoke.RotateRectangle

Rotates a rectangle clockwise around a center point.

Namespace:Fil
Assembly:FilNet.dll

Syntax

C++
C#
 
public static void RotateRectangle
(
	Fil.Rectangle2D inRectangle,
	Optional<Fil.Point2D> inCenter,
	float inAngle,
	bool inInverse,
	out Fil.Rectangle2D outRectangle
)

Parameters

Name Type Range Default Description
inRectangleFil.Rectangle2D
inCenterFtl.Optional<Fil.Point2D>Center of rotation (the rectangle's point by default). Default value: ftl::NIL.
inAnglefloatClockwise rotation angle.
inInverseboolSwitches to the inverse operation.
outRectangleFil.Rectangle2D

See also