Collapse AllExpand All Code: All Code: Multiple Code: C# Code: Visual Basic Code: Visual C++
|
[TCheckBoxFormControlObj]C#
[TCheckBoxFormControlObj]Visual Basic
[TCheckBoxFormControlObj]
Copies the given Point Magnet's data into this Point Magnet's data
Namespace: DPSF
Assembly: DPSF (in DPSF.dll) Version: 2.5.0.0
Syntax
C#
|
public void CopyFrom(
MagnetPoint cMagnetToCopy
)
|
Visual Basic
|
Public Sub CopyFrom (
cMagnetToCopy As MagnetPoint
)
|
Visual C++
|
public:
void CopyFrom(
MagnetPoint^ cMagnetToCopy
)
|
Parameters
cMagnetToCopy
Type: DPSF..::..MagnetPoint
The Point Magnet to copy from
See Also
MagnetPoint Class
MagnetPoint Members
CopyFrom Overload
DPSF Namespace
Send comments on this topic to
|