Collapse AllExpand All Code: All Code: Multiple Code: C# Code: Visual Basic Code: Visual C++
|
[TCheckBoxFormControlObj]C#
[TCheckBoxFormControlObj]Visual Basic
[TCheckBoxFormControlObj]
Visual C++
|
.
..RotatePositionAndOrientation Method (Single, Vector2)
|
|
Rotates the object about its center, changing its Orientation, as well as around the specified Pivot Point, changing its Position
Namespace: DPSF
Assembly: DPSF (in DPSF.dll) Version: 2.5.0.0
Syntax
C#
|
public void RotatePositionAndOrientation(
float fRotation,
Vector2 sPivotPoint
)
|
Visual Basic
|
Public Sub RotatePositionAndOrientation (
fRotation As Single,
sPivotPoint As Vector2
)
|
Visual C++
|
public:
void RotatePositionAndOrientation(
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
RotatePositionAndOrientation Overload
DPSF Namespace
Send comments on this topic to
|