'Declaration
Public Overloads Sub Arc( _
ByVal As PointF, _
ByVal As PointF, _
ByVal As Single, _
ByVal As Single _
)
'Usage
Dim instance As Draw
Dim upperLeft As PointF
Dim lowerRight As PointF
Dim startAngle As Single
Dim endAngle As Single
instance.Arc(upperLeft, lowerRight, startAngle, endAngle)