public void DrawArc(Pen pen, float x, float y, float width, float height, float startAngle, float sweepAngle) { RenderingObject.DrawArc(pen, x, y, width, height, startAngle, sweepAngle); }