%%PageItemTitle%%

VectorDraw Web Library

JsPropertiesExtractor Send comments on this topic.
MoveView Method
See Also 
vdWebLibrary Namespace > vdrawObj Class : MoveView Method
dx
The movement on the x axis of the view coordinate.
dy
The movement on the y axis of the view coordinate.
dz
The movement on the z axis of the view coordinate.
Move the view on the x, y and z axis of View Coordinates.

Syntax

JScript 
public function MoveView( 
   dx : double,
   dy : double,
   dz : double
);

Parameters

dx
The movement on the x axis of the view coordinate.
dy
The movement on the y axis of the view coordinate.
dz
The movement on the z axis of the view coordinate.

See Also