DXMatrix.CreateWarpMatrix Method
Name | Parameters | Description |
---|---|---|
CreateWarpMatrix(RectangleF, IReadOnlyList<PointF>) static | source, destinationPoints | Creates a new matrix based on the current matrix and applies a warp transform. |
CreateWarpMatrix(RectangleF, RectangleF) static | src, dst | Creates a new matrix based on the current matrix and applies a warp transformation. |