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




diameter
The diameter.
outlineColor
Color of the outline.
fillColor
Color of the fill.
centerPoint
The center point.
graphics
The graphics.
Draws the circle.

Syntax

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

Parameters

diameter
The diameter.
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.