%%PageItemTitle%%

VectorDraw Web Library

JsPropertiesExtractor Send comments on this topic.
RotateView Method
See Also 
vdWebLibrary Namespace > vdrawObj Class : RotateView Method
horAngle
The angle of the horizontal rotation in radians.
verAngle
The angle of the vertical rotation in radians.
Rotate the view horizontally and vertically.

Syntax

JScript 
public function RotateView( 
   horAngle : double,
   verAngle : double
);

Parameters

horAngle
The angle of the horizontal rotation in radians.
verAngle
The angle of the vertical rotation in radians.

See Also