|
Description
|
Pans the drawing of a distance indicated by the (X1,Y1)-(X2,Y2) segment.
|
|
Syntax
|
[form.]DXFReader.Pan (X1 As Single, Y1 As Single, X2 As Single, Y2 As Single)
|
|
Remarks
|
The parameters for the Pan method are described below:
| X1 | X coordinate of the start of the segment | | Y1 | Y coordinate of the start of the segment | | X2 | X coordinate of the end of the segment | | Y2 | Y coordinate of the end of the segment |
|