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