|
| ESRI.ArcGIS.ADF.Web | |
| DrawRasterFillSymbol(RasterFillSymbol,Graphics,Rectangle,Color) Method | |
| See Also Send Feedback | |
| ESRI.ArcGIS.ADF.Web.Display.Drawing Namespace > DrawingUtility Class > DrawRasterFillSymbol Method : DrawRasterFillSymbol(RasterFillSymbol,Graphics,Rectangle,Color) Method |
- sym
- The symbol.
- g
- The System.Drawing.Graphics object.
- rect
- The rect.
- backColor
- Color of the back.
| Visual Basic (Declaration) | |
|---|---|
Public Overloads Shared Sub DrawRasterFillSymbol( _ ByVal sym As RasterFillSymbol, _ ByVal g As Graphics, _ ByVal rect As Rectangle, _ ByVal backColor As Color _ ) | |
| Visual Basic (Usage) | Copy Code |
|---|---|
Dim sym As RasterFillSymbol Dim g As Graphics Dim rect As Rectangle Dim backColor As Color DrawingUtility.DrawRasterFillSymbol(sym, g, rect, backColor) | |
| C# | |
|---|---|
public static void DrawRasterFillSymbol( RasterFillSymbol sym, Graphics g, Rectangle rect, Color backColor ) | |
Parameters
- sym
- The symbol.
- g
- The System.Drawing.Graphics object.
- rect
- The rect.
- backColor
- Color of the back.
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