collapse_all
expand_all
collapse_allexpand_alldropdowndropdownHovercopycodecopycodeHighlight

collapse_all Collapse AllExpand All     dropdown Code: All Code: Multiple Code: C# Code: Visual Basic Code: Visual C++

[TCheckBoxFormControlObj]C#

[TCheckBoxFormControlObj]Visual Basic

[TCheckBoxFormControlObj]

Visual C++

DPSF API Documentation
PivotPoint2D

.

.
::

..RotatePositionAndOrientation Method (Single, Vector2)

gradient

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

collapse_allSyntax

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

collapse_allSee Also

PivotPoint2D Class

PivotPoint2D Members

RotatePositionAndOrientation Overload

DPSF Namespace

footer

Send comments on this topic to
Dan@DansKingdom.com