Method Warp
- Namespace
- PaintDotNet
- Assembly
- PaintDotNet.Core.dll
Warp(PointF[], RectangleF)
public void Warp(PointF[] destPoints, RectangleF srcRect)
Parameters
destPoints
PointF[]
srcRect
RectangleF
Warp(PointF[], RectangleF, Matrix)
public void Warp(PointF[] destPoints, RectangleF srcRect, Matrix matrix)
Parameters
destPoints
PointF[]
srcRect
RectangleF
matrix
Matrix
Warp(PointF[], RectangleF, Matrix, WarpMode)
public void Warp(PointF[] destPoints, RectangleF srcRect, Matrix matrix, WarpMode warpMode)
Parameters
destPoints
PointF[]
srcRect
RectangleF
matrix
Matrix
warpMode
WarpMode
Warp(PointF[], RectangleF, Matrix, WarpMode, float)
public void Warp(PointF[] destPoints, RectangleF srcRect, Matrix matrix, WarpMode warpMode, float flatness)
Parameters
destPoints
PointF[]
srcRect
RectangleF
matrix
Matrix
warpMode
WarpMode
flatness
float