GoDiagram Win Reference
DrawLine(Pen,PointF,PointF) Method

The pen with which the line is drawn
The first endpoint
The second endpoint
Draws a line.
Syntax
'Declaration
 
Public Overloads Sub DrawLine( _
   ByVal pen As Pen, _
   ByVal start As PointF, _
   ByVal end As PointF _
) 
public void DrawLine( 
   Pen pen,
   PointF start,
   PointF end
)

Parameters

pen
The pen with which the line is drawn
start
The first endpoint
end
The second endpoint
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

GoPdfGenerator Class
GoPdfGenerator Members
Overload List

 

 


© 2015. Northwoods Software Corporation. All Rights Reserved.

Send Feedback