'Declaration
Public Overloads Sub Pie( _
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.Pie(boundingBox, startAngle, endAngle)