Moves the visible portion of the drawing in the direction and distance defined through a vector.
.NET Syntax
| Visual Basic (Declaration) | |
|---|
Sub Pan( _
double PanX As System.Double, _
double PanY As System.Double _
) |
| C# | |
|---|
void Pan(
System.double PanX,
System.double PanY
) |
| JavaScript | |
|---|
Pan(
PanX : Number,
PanY : Number
) |
Parameters
- PanX
- x coordinate of the vector where to move the visible portion of the document
- PanY
- y coordinate of the vector where to move the visible portion of the document
See Also
Availability
DraftSight V1R4.0