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
Orientation2D

.

.
::
..Rotate Method (Single, Single)
gradient

Returns the new Orientation after applying the given Rotation

Namespace: DPSF

Assembly: DPSF (in DPSF.dll) Version: 2.5.0.0

collapse_allSyntax

C#

public static float Rotate(

 float fRotationToApply,

 float fCurrentOrientation

)

Visual Basic

Public Shared Function Rotate (

 fRotationToApply As Single,

 fCurrentOrientation As Single

As Single

Visual C++

public:

static float Rotate(

 float fRotationToApply,

 float fCurrentOrientation

)

Parameters

fRotationToApply

Type: System..::..Single

The Rotation in radians to apply to the Current Orientation

fCurrentOrientation

Type: System..::..Single

The object's Current Orientation in radians

Return Value

Type: Single

Returns the new Orientation after applying the given Rotation

collapse_allSee Also

Orientation2D Class

Orientation2D Members

Rotate Overload

DPSF Namespace

footer

Send comments on this topic to
Dan@DansKingdom.com