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
.

.

::
..RotatePosition Method (Single, Vector2)

PivotPoint2D Class

gradient

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

collapse_allSyntax

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

collapse_allSee Also

PivotPoint2D Class

PivotPoint2D Members

RotatePosition Overload

DPSF Namespace

footer

Send comments on this topic to
Dan@DansKingdom.com