ESRI.ArcGIS.ADF.Web
Render Method
See Also 
ESRI.ArcGIS.ADF.Web.Display.Renderer Namespace > Generic ValueMapRenderer Class : Render Method




row
A System.Data.Data row containing the feature to render with geometry in screen coordinates.
graphics
The System.Drawing.Graphics to render the feature on.
geometryColumn
The column containing the ESRI.ArcGIS.ADF.Web.Geometry.Geometry to render.
Draws the specified geometry to the specified graphics.

Syntax

Visual Basic (Declaration) 
Public Overridable Sub Render( _
   ByVal row As DataRow, _
   ByVal graphics As Graphics, _
   ByVal geometryColumn As DataColumn _
) 
Visual Basic (Usage)Copy Code
Dim instance As ValueMapRenderer(Of T)
Dim row As DataRow
Dim graphics As Graphics
Dim geometryColumn As DataColumn
 
instance.Render(row, graphics, geometryColumn)
C# 
public virtual void Render( 
   DataRow row,
   Graphics graphics,
   DataColumn geometryColumn
)

Parameters

row
A System.Data.Data row containing the feature to render with geometry in screen coordinates.
graphics
The System.Drawing.Graphics to render the feature on.
geometryColumn
The column containing the ESRI.ArcGIS.ADF.Web.Geometry.Geometry to render.

See Also

© 2010 All Rights Reserved.