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

FIS.FisFilter_AccessRectangle Method

Returns individual fields of a rectangle.

Namespace:FilNet
Assembly:FIL.NET.dll

Syntax

public static void FisFilter_AccessRectangle
(
	FilNet.Rectangle2D inRectangle,
	out FilNet.Point2D outOrigin,
	out float outAngle,
	out float outWidth,
	out float outHeight
)

Parameters

Name Type Range Default Description
inRectangleFilNet.Rectangle2D
outOriginFilNet.Point2DOrigin of the rectangle.
outAnglefloatClock-wise orientation angle.
outWidthfloat
outHeightfloat

See also