Collapse AllExpand All Code: All Code: Multiple Code: C# Code: Visual Basic Code: Visual C++
|
[TCheckBoxFormControlObj]C#
[TCheckBoxFormControlObj]Visual Basic
[TCheckBoxFormControlObj]
|
PivotPoint2D Constructor (Position2D, Orientation2D)
|
|
Explicit Constructor. Set the Position2D and Orientation2D objects that should be affected by rotational around this Pivot Point.
Namespace: DPSF
Assembly: DPSF (in DPSF.dll) Version: 2.5.0.0
Syntax
C#
|
public PivotPoint2D(
Position2D cPosition,
Orientation2D cOrientation
)
|
Visual Basic
|
Public Sub New (
cPosition As Position2D,
cOrientation As Orientation2D
)
|
Visual C++
|
public:
PivotPoint2D(
Position2D^ cPosition,
Orientation2D^ cOrientation
)
|
Parameters
cPosition
Type: DPSF..::..Position2D
Handle to the Position2D object to update
cOrientation
Type: DPSF..::..Orientation2D
Handle to the Orienetation2D object to update
See Also
PivotPoint2D Class
PivotPoint2D Members
PivotPoint2D Overload
DPSF Namespace
Send comments on this topic to
|