You are here: Start » FIL.NET » FIS.RotateRectangle Method
FIS.RotateRectangle Method
Rotates a rectangle clockwise around a center point.
Namespace: | FilNet |
---|---|
Assembly: | FIL.NET.dll |
Syntax
public static void RotateRectangle ( FilNet.Rectangle2D inRectangle, FilNet.Point2D? inCenter, float inAngle, bool inInverse, out FilNet.Rectangle2D outRectangle )
Parameters
Name | Type | Range | Default | Description | |
---|---|---|---|---|---|
![]() | inRectangle | FilNet.Rectangle2D | |||
![]() | inCenter | FilNet.Point2D? | Center of rotation (the rectangle's point by default). Default value: ftl::NIL. | ||
![]() | inAngle | float | Clockwise rotation angle. | ||
![]() | inInverse | bool | Switches to the inverse operation. | ||
![]() | outRectangle | FilNet.Rectangle2D |