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

Invoke.ReorientRectangle

Changes orientation of the given rectangle by multiple of 90 degrees.

Namespace:Fil
Assembly:FilNet.dll

Syntax

C++
C#
 
public static void ReorientRectangle
(
	Fil.Rectangle2D inRectangle,
	int inRotationCount,
	out Fil.Rectangle2D outRectangle
)

Parameters

Name Type Range Default Description
inRectangleFil.Rectangle2DInput rectangle.
inRotationCountint0Defines by what multiplicity of 90 degrees rectangle orientation should be changed. Default value: 0.
outRectangleFil.Rectangle2D

See also