Collapse AllExpand All Code: All Code: Multiple Code: C# Code: Visual Basic Code: Visual C++
|
[TCheckBoxFormControlObj]C#
[TCheckBoxFormControlObj]Visual Basic
[TCheckBoxFormControlObj]
Rotates the object around the specified Pivot Point, changing its Position, without changing its Orientation.
Namespace: DPSF
Assembly: DPSF (in DPSF.dll) Version: 2.5.0.0
Syntax
C#
|
public void RotatePosition(
float fRotation,
Vector2 sPivotPoint
)
|
Visual Basic
|
Public Sub RotatePosition (
fRotation As Single,
sPivotPoint As Vector2
)
|
Visual C++
|
public:
void RotatePosition(
float fRotation,
Vector2 sPivotPoint
)
|
Parameters
fRotation
Type: System..::..Single
The Rotation in radians to apply to the object
sPivotPoint
Type: Vector2
The Point to rotate the object around
See Also
PivotPoint2D Class
PivotPoint2D Members
RotatePosition Overload
DPSF Namespace
Send comments on this topic to
|