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