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