Ejemplo n.º 1
0
 public void  FillPolygon(PointFP[] points)
 {
     FillPath(GraphicsPathFP.CreatePolygon(points));
 }
Ejemplo n.º 2
0
 public void  DrawPolygon(PointFP[] points)
 {
     DrawPath(GraphicsPathFP.CreatePolygon(points));
 }