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




sym
The symbol.
g
The System.Drawing.Graphics object.
centerPoint
The center point.
backColor
Color of the back.
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 centerPoint As Point, _
   ByVal backColor As Color, _
   ByVal ignoreOffset As Boolean _
) 
Visual Basic (Usage)Copy Code
Dim sym As RasterMarkerSymbol
Dim g As Graphics
Dim centerPoint As Point
Dim backColor As Color
Dim ignoreOffset As Boolean
 
DrawingUtility.DrawRasterMarkerSymbol(sym, g, centerPoint, backColor, ignoreOffset)
C# 
public static void DrawRasterMarkerSymbol( 
   RasterMarkerSymbol sym,
   Graphics g,
   Point centerPoint,
   Color backColor,
   bool ignoreOffset
)

Parameters

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