'Declaration
Public Overloads Sub Line( _
ByVal As PointF, _
ByVal As PointF, _
ByVal As Color, _
ByVal As Boolean, _
ByVal As Boolean _
)
'Usage
Dim instance As Draw
Dim startPoint As PointF
Dim endPoint As PointF
Dim color As Color
Dim box As Boolean
Dim fill As Boolean
instance.Line(startPoint, endPoint, color, box, fill)
public void Line(
PointF ,
PointF ,
Color ,
bool ,
bool
)
public: void Line(
PointF ,
PointF ,
Color ,
bool ,
bool
)
public:
void Line(
PointF ,
PointF ,
Color ,
bool ,
bool
)