You are here: Start » FIL.NET » Invoke.RotateRectangle
Rotates a rectangle clockwise around a center point.
Namespace: | Fil |
---|---|
Assembly: | FilNet.dll |
Syntax
C++
C#
public static void RotateRectangle ( Fil.Rectangle2D inRectangle, Optional<Fil.Point2D> inCenter, float inAngle, bool inInverse, out Fil.Rectangle2D outRectangle )
Parameters
Name | Type | Range | Default | Description | |
---|---|---|---|---|---|
![]() | inRectangle | Fil.Rectangle2D | |||
![]() | inCenter | Ftl.Optional<Fil.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 | Fil.Rectangle2D |