You are here: Start » FIL.NET » Invoke.RotatePoint
Rotates a point clockwise around a center point.
Namespace: | Fil |
---|---|
Assembly: | FilNet.dll |
Syntax
C++
C#
public static void RotatePoint ( Fil.Point2D inPoint, Fil.Point2D inCenter, float inAngle, bool inInverse, out Fil.Point2D outPoint )
Parameters
Name | Type | Range | Default | Description | |
---|---|---|---|---|---|
![]() | inPoint | Fil.Point2D | |||
![]() | inCenter | Fil.Point2D | Center of rotation. | ||
![]() | inAngle | float | Clockwise rotation angle. | ||
![]() | inInverse | bool | Switches to the inverse operation. | ||
![]() | outPoint | Fil.Point2D |