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