Collapse AllExpand All Code: All Code: Multiple Code: C# Code: Visual Basic Code: Visual C++
|
[TCheckBoxFormControlObj]C#
[TCheckBoxFormControlObj]Visual Basic
[TCheckBoxFormControlObj]
|
PivotPoint3D Constructor (PivotPoint3D)
|
|
Copy Constructor
Namespace: DPSF
Assembly: DPSF (in DPSF.dll) Version: 2.5.0.0
Syntax
C#
|
public PivotPoint3D(
PivotPoint3D cPivotPointToCopy
)
|
Visual Basic
|
Public Sub New (
cPivotPointToCopy As PivotPoint3D
)
|
Visual C++
|
public:
PivotPoint3D(
PivotPoint3D^ cPivotPointToCopy
)
|
Parameters
cPivotPointToCopy
Type: DPSF..::..PivotPoint3D
The PivotPoint3D object to copy
See Also
PivotPoint3D Class
PivotPoint3D Members
PivotPoint3D Overload
DPSF Namespace
Send comments on this topic to
|