Create an instance of Line.
Syntax
'Declaration
Public Function New( _
ByVal As System.String, _
ByVal As System.Windows.Point, _
ByVal As System.Windows.Point _
)
public Line(
System.string ,
System.Windows.Point ,
System.Windows.Point
)
Parameters
- value
- start
- end
See Also