'Declaration
Public Overloads Sub Rectangle( _
ByVal As PointF, _
ByVal As PointF, _
ByVal As Color, _
ByVal As Boolean _
)
'Usage
Dim instance As Draw
Dim startPoint As PointF
Dim endPoint As PointF
Dim color As Color
Dim fill As Boolean
instance.Rectangle(startPoint, endPoint, color, fill)