%%PageItemTitle%%

VectorDraw Web Library

JsPropertiesExtractor Send comments on this topic.
GetViewBox Method
See Also 
vdWebLibrary Namespace > vdrawObj Class : GetViewBox Method
Returns an object describing the current user's view in View Coordinates.

Syntax

JScript 
public function GetViewBox() : Object;

Return Value

An object with left, right,top, bottom properties defining the limits of a box, as numbers in Drawing Units.

See Also