ESRI.ArcGIS.ADF.Web
DrawExtent Method
See Also 
ESRI.ArcGIS.ADF.Web.Display.Graphics Namespace > GraphicsLayer Class : DrawExtent Method




graphics
The GDI+ drawing surface to draw the graphics on.
imageDescriptor
Describes the screen image on which the extent will be displayed.
extent
The extent of the graphics layer to draw.
Draws the contents of the graphics layer in the specified extent

Syntax

Visual Basic (Declaration) 
Protected MustOverride Function DrawExtent( _
   ByVal graphics As Graphics, _
   ByVal imageDescriptor As ImageDescriptor, _
   ByVal extent As Envelope _
) As Boolean
Visual Basic (Usage)Copy Code
Dim instance As GraphicsLayer
Dim graphics As Graphics
Dim imageDescriptor As ImageDescriptor
Dim extent As Envelope
Dim value As Boolean
 
value = instance.DrawExtent(graphics, imageDescriptor, extent)
C# 
protected abstract bool DrawExtent( 
   Graphics graphics,
   ImageDescriptor imageDescriptor,
   Envelope extent
)

Parameters

graphics
The GDI+ drawing surface to draw the graphics on.
imageDescriptor
Describes the screen image on which the extent will be displayed.
extent
The extent of the graphics layer to draw.

Return Value

Whether any features were drawn.

See Also

© 2010 All Rights Reserved.