|
|
|
@ -268,6 +268,9 @@ namespace SixLabors.ImageSharp.Processing |
|
|
|
/// Returns the combined matrix for a given source rectangle.
|
|
|
|
/// </summary>
|
|
|
|
/// <param name="sourceRectangle">The rectangle in the source image.</param>
|
|
|
|
/// <exception cref="DegenerateTransformException">
|
|
|
|
/// The resultant matrix contains one or more values equivalent to <see cref="float.NaN"/>.
|
|
|
|
/// </exception>
|
|
|
|
/// <returns>The <see cref="Matrix3x2"/>.</returns>
|
|
|
|
public Matrix3x2 BuildMatrix(Rectangle sourceRectangle) |
|
|
|
{ |
|
|
|
|