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




sym
The symbol.
g
The System.Drawing.Graphics object.
polygon
The polygon.
backColor
Color of the back.
Draws the raster fill symbol.

Syntax

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

Parameters

sym
The symbol.
g
The System.Drawing.Graphics object.
polygon
The polygon.
backColor
Color of the back.

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.