You are here: Start » FIL.NET » FIS.CreateRectangle Method
FIS.CreateRectangle Method
Creates a rectangle from an aligned point.
Namespace: | FilNet |
---|---|
Assembly: | FIL.NET.dll |
Syntax
public static void CreateRectangle ( FilNet.Point2D inPoint, FilNet.Anchor2D inPointAnchor, float inAngle, float inWidth, float inHeight, out FilNet.Rectangle2D outRectangle )
Parameters
Name | Type | Range | Default | Description | |
---|---|---|---|---|---|
![]() | inPoint | FilNet.Point2D | |||
![]() | inPointAnchor | FilNet.Anchor2D | TopLeft | Alignment of the input point relatively to the box of the position. Default value: TopLeft. | |
![]() | inAngle | float | Clock-wise orientation angle. | ||
![]() | inWidth | float | <0.0f, INF> | Width of the created rectangle. | |
![]() | inHeight | float | <0.0f, INF> | Height of the created rectangle. | |
![]() | outRectangle | FilNet.Rectangle2D |