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




sym
The symbol.
g
The System.Drawing.Graphics object.
path
The path.
backColor
Color of the back.
brushBounds
The brush bounds.
Draws the raster fill symbol.

Syntax

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

Parameters

sym
The symbol.
g
The System.Drawing.Graphics object.
path
The path.
backColor
Color of the back.
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.