Draws the specified geometry to the specified graphics.
Syntax
Visual Basic (Usage) | Copy Code |
---|
Dim instance As IRenderer
Dim row As DataRow
Dim graphics As Graphics
Dim geometryColumn As DataColumn
instance.Render(row, graphics, 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