Documents for PDF, .NET Edition Documentation
Line Constructor

GrapeCity.Documents.Common Assembly > GrapeCity.Documents.Common Namespace > Line Structure : Line Constructor
Initializes a new instance of the Line struct from the starting and ending points.
Syntax
'Declaration
 
Public Function New( _
   ByVal start As System.Drawing.PointF, _
   ByVal end As System.Drawing.PointF _
)
public Line( 
   System.Drawing.PointF start,
   System.Drawing.PointF end
)

Parameters

start
end
See Also

Reference

Line Structure
Line Members