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