ESRI.ArcGIS.ADF.Web
Render Method
See Also  Send Feedback
ESRI.ArcGIS.ADF.Web.Display.Renderer Namespace > SimpleRenderer 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 Sub Render( _
   ByVal row As DataRow, _
   ByVal graphics As Graphics, _
   ByVal geometryColumn As DataColumn _
) 
Visual Basic (Usage)Copy Code
Dim instance As SimpleRenderer
Dim row As DataRow
Dim graphics As Graphics
Dim geometryColumn As DataColumn
 
instance.Render(row, graphics, geometryColumn)
C# 
public 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.

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.