'Declaration
Public Overloads Sub Pie( _
ByVal As PointF, _
ByVal As Single, _
ByVal As Single, _
ByVal As Single, _
ByVal As Color _
)
'Usage
Dim instance As Draw
Dim location As PointF
Dim radius As Single
Dim startAngle As Single
Dim endAngle As Single
Dim color As Color
instance.Pie(location, radius, startAngle, endAngle, color)
public void Pie(
PointF ,
float ,
float ,
float ,
Color
)
public: void Pie(
PointF ,
float ,
float ,
float ,
Color
)
public:
void Pie(
PointF ,
float ,
float ,
float ,
Color
)