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

FIS.FisFilter_MakeRectangle Method

Creates a rectangle structure from individual fields.

Namespace:FilNet
Assembly:FIL.NET.dll

Syntax

public static void FisFilter_MakeRectangle
(
	FilNet.Point2D inOrigin,
	float inAngle,
	float inWidth,
	float inHeight,
	out FilNet.Rectangle2D outRectangle
)

Parameters

Name Type Range Default Description
inOriginFilNet.Point2DOrigin of the rectangle.
inAnglefloatClock-wise orientation angle.
inWidthfloat<0.0f, INF>
inHeightfloat<0.0f, INF>
outRectangleFilNet.Rectangle2D

See also