ESRI.ArcGIS.ADF.Web
DrawSimpleFillSymbol(SimpleFillSymbol,Graphics,GraphicsPath) Method
See Also  Send Feedback
ESRI.ArcGIS.ADF.Web.Display.Drawing Namespace > DrawingUtility Class > DrawSimpleFillSymbol Method : DrawSimpleFillSymbol(SimpleFillSymbol,Graphics,GraphicsPath) Method




sym
The symbol.
g
The System.Drawing.Graphics object.
path
The path.
Draws the simple fill symbol.

Syntax

Visual Basic (Declaration) 
Public Overloads Shared Sub DrawSimpleFillSymbol( _
   ByVal sym As SimpleFillSymbol, _
   ByVal g As Graphics, _
   ByVal path As GraphicsPath _
) 
Visual Basic (Usage)Copy Code
Dim sym As SimpleFillSymbol
Dim g As Graphics
Dim path As GraphicsPath
 
DrawingUtility.DrawSimpleFillSymbol(sym, g, path)
C# 
public static void DrawSimpleFillSymbol( 
   SimpleFillSymbol sym,
   Graphics g,
   GraphicsPath path
)

Parameters

sym
The symbol.
g
The System.Drawing.Graphics object.
path
The path.

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.