Click or drag to resize

IMcGraphObjLineDuplicate Method

Creates a copy of a McGraphObj.

Namespace:  MediaCy.IQL.Display.Overlays
Assembly:  MediaCy.IQL.Display.Overlays (in MediaCy.IQL.Display.Overlays.dll) Version: 10.0.6912.0
Syntax
VB
Function Duplicate ( 
	Optional ShiftX As Single = 5F,
	Optional ShiftY As Single = 5F
) As McGraphObj

Parameters

ShiftX (Optional)
Type: SystemSingle
Shift the new object by this many pixels horizontally.
ShiftY (Optional)
Type: SystemSingle
Shift the new object by this many pixels vertically.

Return Value

Type: McGraphObj
A new McGraphObj, identical to this one.

Implements

IMcGraphObjRectDuplicate(Single, Single)
Remarks
The new object is shifted by (ShiftX,ShiftY) in image coordinates.
See Also