예제 #1
0
 public void DrawEllipse(ICanvas canvas, Pen pen, UnitPoint ptTopLeft, float width, float height)
 {
     m_canvas.DrawEllipse(canvas, pen, ptTopLeft, width, height);
 }