![]() ![]() |
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.
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) | ![]() |
---|---|
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.
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