ESRI.ArcGIS.ADF.Web
DrawRasterMarkerSymbol(RasterMarkerSymbol,Graphics,Multipoint,Color,Boolean) Method
See Also  Send Feedback
ESRI.ArcGIS.ADF.Web.Display.Drawing Namespace > DrawingUtility Class > DrawRasterMarkerSymbol Method : DrawRasterMarkerSymbol(RasterMarkerSymbol,Graphics,Multipoint,Color,Boolean) Method




sym
The symbol.
g
The System.Drawing.Graphics object.
geometry
The geometry.
backColor
Color of the background.
ignoreOffset
if set to true [ignore offset].
Draws the raster marker symbol.

Syntax

Visual Basic (Declaration) 
Public Overloads Shared Sub DrawRasterMarkerSymbol( _
   ByVal sym As RasterMarkerSymbol, _
   ByVal g As Graphics, _
   ByVal geometry As Multipoint, _
   ByVal backColor As Color, _
   ByVal ignoreOffset As Boolean _
) 
Visual Basic (Usage)Copy Code
Dim sym As RasterMarkerSymbol
Dim g As Graphics
Dim geometry As Multipoint
Dim backColor As Color
Dim ignoreOffset As Boolean
 
DrawingUtility.DrawRasterMarkerSymbol(sym, g, geometry, backColor, ignoreOffset)
C# 
public static void DrawRasterMarkerSymbol( 
   RasterMarkerSymbol sym,
   Graphics g,
   Multipoint geometry,
   Color backColor,
   bool ignoreOffset
)

Parameters

sym
The symbol.
g
The System.Drawing.Graphics object.
geometry
The geometry.
backColor
Color of the background.
ignoreOffset
if set to true [ignore offset].

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.