Line Constructor(String,CGPoint,CGPoint)
Create an instance of Line.
public Line(
string ,
CoreGraphics.CGPoint ,
CoreGraphics.CGPoint
)
'Declaration
Public Function New( _
ByVal As String, _
ByVal As CoreGraphics.CGPoint, _
ByVal As CoreGraphics.CGPoint _
)
'Usage
Dim value As String
Dim start As CoreGraphics.CGPoint
Dim end As CoreGraphics.CGPoint
Dim instance As New Line(value, start, end)
Parameters
- value
- start
- end