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

Invoke.NormalizeRectangleOrientation

Changes orientation of the given rectangle according to parameters.

Namespace:Fil
Assembly:FilNet.dll

Syntax

C++
C#
 
public static void NormalizeRectangleOrientation
(
	Fil.Rectangle2D inRectangle,
	float inReferenceAngle,
	Fil.RectangleOrientation inRectangleOrientation,
	out Fil.Rectangle2D outRectangle
)

Parameters

Name Type Range Default Description
inRectangleFil.Rectangle2DInput rectangle.
inReferenceAnglefloat0.0fThe middle angle of the valid range of the output rectangle's angle. Default value: 0.0f.
inRectangleOrientationFil.RectangleOrientationHorizontalOrientation of the output rectangle. Default value: Horizontal.
outRectangleFil.Rectangle2D

See also