Line Constructor(String,PointF,PointF)
In This Topic
Create an instance of Line.
Syntax
'Declaration
Public Function New( _
ByVal As System.String, _
ByVal As System.Drawing.PointF, _
ByVal As System.Drawing.PointF _
)
public Line(
System.string ,
System.Drawing.PointF ,
System.Drawing.PointF
)
Parameters
- content
- start
- end
See Also