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

FIS.NormalizeRectangleOrientation Method

Changes orientation of the given rectangle according to parameters.

Namespace:FilNet
Assembly:FIL.NET.dll

Syntax

public static void NormalizeRectangleOrientation
(
	FilNet.Rectangle2D inRectangle,
	float inReferenceAngle,
	FilNet.RectangleOrientation inRectangleOrientation,
	out FilNet.Rectangle2D outRectangle
)

Parameters

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

See also