Description
Creates a copy of an McGraphObj.
-
Return Type
-
A McGraphObj object.
A new McGraphObj, identical to this one.
-
Syntax
-
object.Duplicate ([ShiftX], [ShiftY])
The Duplicate Method syntax has these parts: |
| object | An expression evaluating to an object of type McGraphObjLine. | | ShiftX | Optional. A Single value. Shift the new object by this many pixels horizontally.
| | ShiftY | Optional. A Single value. Shift the new object by this many pixels vertically.
| Remarks
The new object is shifted by (ShiftX,ShiftY) in image coordinates.
|