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