|
PasteFromClipboard |
Top Previous Next |
|
PasteFromClipboard (Method)
Imports into the drawing the contents of the Clipboard
Syntax: Function PasteFromClipboard(xBase As Single, yBase As Single, dx As Single, dy As Single, zOrder As Integer, vItemProperties As Object, iLayer As Short, nMapMode As Integer) As Integer
The PasteFromClipboard method syntax consists of the following:
Return value: Integer - An Avax handle on success, zero on error.
Remarks: If dx=dy=0 then the program will calculate the width and height in accordance with the AVAX property AvaxProp.PrintUnit_MM_p
|