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 | |
---|---|---|---|---|---|
![]() | inOrigin | FilNet.Point2D | Origin of the rectangle. | ||
![]() | inAngle | float | Clock-wise orientation angle. | ||
![]() | inWidth | float | <0.0f, INF> | ||
![]() | inHeight | float | <0.0f, INF> | ||
![]() | outRectangle | FilNet.Rectangle2D |