ESRI.ArcGIS.ADF.Web
DrawStar Method
See Also  Send Feedback
ESRI.ArcGIS.ADF.Web.Display.Drawing Namespace > DrawingUtility Class : DrawStar Method




width
The width.
outlineColor
Color of the outline.
fillColor
Color of the fill.
centerPoint
The center point.
graphics
The graphics.
Draws the star.

Syntax

Visual Basic (Declaration) 
Public Shared Sub DrawStar( _
   ByVal width As Integer, _
   ByVal outlineColor As Color, _
   ByVal fillColor As Color, _
   ByVal centerPoint As Point, _
   ByVal graphics As Graphics _
) 
Visual Basic (Usage)Copy Code
Dim width As Integer
Dim outlineColor As Color
Dim fillColor As Color
Dim centerPoint As Point
Dim graphics As Graphics
 
DrawingUtility.DrawStar(width, outlineColor, fillColor, centerPoint, graphics)
C# 
public static void DrawStar( 
   int width,
   Color outlineColor,
   Color fillColor,
   Point centerPoint,
   Graphics graphics
)

Parameters

width
The width.
outlineColor
Color of the outline.
fillColor
Color of the fill.
centerPoint
The center point.
graphics
The graphics.

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.