Collapse AllExpand All Code: All Code: Multiple Code: C# Code: Visual Basic Code: Visual C++
|
[TCheckBoxFormControlObj]C#
[TCheckBoxFormControlObj]Visual Basic
[TCheckBoxFormControlObj]
Applies the given Rotation to the object's Orientation
Namespace: DPSF
Assembly: DPSF (in DPSF.dll) Version: 2.5.0.0
Syntax
C#
|
public void Rotate(
float fRotation
)
|
Visual Basic
|
Public Sub Rotate (
fRotation As Single
)
|
Visual C++
|
public:
void Rotate(
float fRotation
)
|
Parameters
fRotation
Type: System..::..Single
The Rotation in radians that should be applied to the object
See Also
Orientation2D Class
Orientation2D Members
Rotate Overload
DPSF Namespace
Send comments on this topic to
|