ESRI.ArcGIS.ADF.Web
DrawGraphic Method
See Also  Send Feedback
ESRI.ArcGIS.ADF.Web.Display.Drawing Namespace > DrawingUtility Class : DrawGraphic Method




geometry
The geometry.
symbol
The symbol.
g
The g.
Draws the graphic.

Syntax

Visual Basic (Declaration) 
Public Shared Sub DrawGraphic( _
   ByVal geometry As Geometry, _
   ByVal symbol As Symbol, _
   ByVal g As Graphics _
) 
Visual Basic (Usage)Copy Code
Dim geometry As Geometry
Dim symbol As Symbol
Dim g As Graphics
 
DrawingUtility.DrawGraphic(geometry, symbol, g)
C# 
public static void DrawGraphic( 
   Geometry geometry,
   Symbol symbol,
   Graphics g
)

Parameters

geometry
The geometry.
symbol
The symbol.
g
The g.

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.