GoDiagram Web Reference
DrawLines Method (GoShape)

Draw a connected sequence of straight lines.
Syntax
'Declaration
 
Public Shared Sub DrawLines( _
   ByVal g As Graphics, _
   ByVal view As GoView, _
   ByVal pen As Pen, _
   ByVal points() As PointF _
) 
public static void DrawLines( 
   Graphics g,
   GoView view,
   Pen pen,
   PointF[] points
)

Parameters

g
view
pen
points
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

GoShape Class
GoShape Members

 

 


© 2013. Northwoods Software Corporation. All Rights Reserved.

Send Feedback