[To be supplied.]
[Visual Basic] Overloads Public Sub DrawPie( _ ByVal pen As Pen, _ ByVal x As Integer, _ ByVal y As Integer, _ ByVal width As Integer, _ ByVal height As Integer, _ ByVal startAngle As Integer, _ ByVal sweepAngle As Integer _ ) [C#] public void DrawPie( Pen pen, int x, int y, int width, int height, int startAngle, int sweepAngle ); [C++] public: void DrawPie( Pen* pen, int x, int y, int width, int height, int startAngle, int sweepAngle ); [JScript] public function DrawPie( pen : Pen, x : int, y : int, width : int, height : int, startAngle : int, sweepAngle : int );
Graphics Class | Graphics Members | System.Drawing Namespace | Graphics.DrawPie Overload List