Skip to main content

GraphicsCache.DrawArc Method

Name Parameters Description
DrawArc(Pen, Rectangle, Single, Single) pen, rect, startAngle, sweepAngle Draws an arc representing a portion of an ellipse specified by a Rectangle structure.
DrawArc(Pen, RectangleF, Single, Single) pen, rect, startAngle, sweepAngle Draws an arc representing a portion of an ellipse specified by a RectangleF structure.
DrawArc(Pen, Int32, Int32, Int32, Int32, Int32, Int32) pen, x, y, width, height, startAngle, sweepAngle Draws an arc representing a portion of an ellipse specified by a pair of coordinates, a width, and a height.
DrawArc(Pen, Single, Single, Single, Single, Single, Single) pen, x, y, width, height, startAngle, sweepAngle Draws an arc representing a portion of an ellipse specified by a pair of coordinates, a width, and a height.