Pan Method (IDocument) Send Feedback
See Also 
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
Moves the visible portion of the drawing in the direction and distance defined through a vector.

Syntax

Visual Basic 
Sub Pan( _
   ByVal PanX As System.Double, _
   ByVal PanY As System.Double _
) 
C# 
void Pan( 
   System.double PanX,
   System.double PanY
)
JavaScript 
Pan( 
   PanX : Number,
   PanY : Number
)
COM native C++ 
HRESULT Pan( 
   DOUBLE PanX,
   DOUBLE PanY
) 
C++ 
DSRESULT Pan( 
   double PanX,
   double PanY
) 

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