| Package | com.esri.ags.utils |
| Class | public class GraphicUtil |
See also
| Method | Defined by | ||
|---|---|---|---|
|
getGraphicsExtent(graphics:Array):Extent
[static]
Returns the extent of all the graphics in the argument array.
| GraphicUtil | ||
| getGraphicsExtent | () | method |
public static function getGraphicsExtent(graphics:Array):ExtentReturns the extent of all the graphics in the argument array. If the width and height of the resultant extent is 0, null is returned.
Parametersgraphics:Array — the array of Graphic objects.
|
Extent —
the unioned extent of all the input graphics.
|
See also