%%PageItemTitle%%

VectorDraw Web Library

JsPropertiesExtractor Send comments on this topic.
GetExtents Method
See Also 
vdWebLibrary Namespace > vdrawObj Class : GetExtents Method
Returns the extents of the visible entities of the active layout.

Syntax

JScript 
public function GetExtents() : Object;

Return Value

A 6 sized array that contains two points. These points define the lower left and upper right of the box that contains all of the document's entities.

See Also