ESRI.ArcGIS.ADF.Web.UI.WebControls
OnPreRenderImage Method
See Also  Send Feedback
ESRI.ArcGIS.ADF.Web.UI.WebControls Namespace > MapHandler Class : OnPreRenderImage Method




resource
Resource
size
Image size
Extent
Extent to render
Called prior to rendering an image.

Syntax

Visual Basic (Declaration) 
Protected Overridable Sub OnPreRenderImage( _
   ByVal resource As ESRI.ArcGIS.ADF.Web.DataSources.IMapResource, _
   ByVal size As Size, _
   ByVal Extent As ESRI.ArcGIS.ADF.Web.Geometry.Envelope _
) 
Visual Basic (Usage)Copy Code
Dim instance As MapHandler
Dim resource As ESRI.ArcGIS.ADF.Web.DataSources.IMapResource
Dim size As Size
Dim Extent As ESRI.ArcGIS.ADF.Web.Geometry.Envelope
 
instance.OnPreRenderImage(resource, size, Extent)
C# 
protected virtual void OnPreRenderImage( 
   ESRI.ArcGIS.ADF.Web.DataSources.IMapResource resource,
   Size size,
   ESRI.ArcGIS.ADF.Web.Geometry.Envelope Extent
)

Parameters

resource
Resource
size
Image size
Extent
Extent to render

Requirements

Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family

See Also

© 2011 All Rights Reserved.