[To be supplied.]
[Visual Basic] Overloads Public Sub FillPie( _ ByVal brush As Brush, _ 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 FillPie( Brush brush, int x, int y, int width, int height, int startAngle, int sweepAngle ); [C++] public: void FillPie( Brush* brush, int x, int y, int width, int height, int startAngle, int sweepAngle ); [JScript] public function FillPie( brush : Brush, x : int, y : int, width : int, height : int, startAngle : int, sweepAngle : int );
Graphics Class | Graphics Members | System.Drawing Namespace | Graphics.FillPie Overload List