Exemple #1
0
 public void Warp(PointF[] destPoints, RectangleF srcRect, Matrix matrix)
 {
     Changed();
     GdiPath.Warp(destPoints, srcRect, matrix);
 }
Exemple #2
0
 public void Warp(PointF[] destPoints, RectangleF srcRect, Matrix matrix, WarpMode warpMode, float flatness)
 {
     Changed();
     GdiPath.Warp(destPoints, srcRect, matrix, warpMode, flatness);
 }
Exemple #3
0
 public void Warp(PointF[] destPoints, RectangleF srcRect)
 {
     Changed();
     GdiPath.Warp(destPoints, srcRect);
 }