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




sym
The symbol.
g
The System.Drawing.Graphics object.
path
The path.
brushBounds
The brush bounds.
Draws the gradient fill symbol.

Syntax

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

Parameters

sym
The symbol.
g
The System.Drawing.Graphics object.
path
The path.
brushBounds
The brush bounds.

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.