Draws an arc representing a portion of an ellipse specified by a Rectangle structure.
Draws an arc representing a portion of an ellipse specified by a Rectangle structure.
public static void DrawArc(Graphics,Pen,Rectangle,float,float);
Draws an arc representing a portion of an ellipse specified by a RectangleF structure.
public static void DrawArc(Graphics,Pen,RectangleF,float,float);
Draws an arc representing a portion of an ellipse specified by a pair of coordinates, a width, and a height.
public static void DrawArc(Graphics,Pen,int,int,int,int,int,int);
Draws an arc representing a portion of an ellipse specified by a pair of coordinates, a width, and a height.
public static void DrawArc(Graphics,Pen,int,int,int,int,int,int,bool);
Draws an arc representing a portion of an ellipse specified by a pair of coordinates, a width, and a height.
public static void DrawArc(Graphics,Pen,float,float,float,float,float,float);
Draws an arc representing a portion of an ellipse specified by a pair of coordinates, a width, and a height.
public static void DrawArc(Graphics,Pen,float,float,float,float,float,float,bool);
GraphicsEx Class | Resco.Drawing Namespace