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




points
The points.
pen
The pen.
graphics
The graphics.
Draws the lines.

Syntax

Visual Basic (Declaration) 
Public Shared Sub DrawLines( _
   ByVal points() As Point, _
   ByVal pen As Pen, _
   ByVal graphics As Graphics _
) 
Visual Basic (Usage)Copy Code
Dim points() As Point
Dim pen As Pen
Dim graphics As Graphics
 
DrawingUtility.DrawLines(points, pen, graphics)
C# 
public static void DrawLines( 
   Point[] points,
   Pen pen,
   Graphics graphics
)

Parameters

points
The points.
pen
The pen.
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.