|
|
@ -10,7 +10,7 @@ namespace SixLabors.ImageSharp |
|
|
/// <summary>
|
|
|
/// <summary>
|
|
|
/// Contains helper methods for working with affine transforms
|
|
|
/// Contains helper methods for working with affine transforms
|
|
|
/// </summary>
|
|
|
/// </summary>
|
|
|
public class TransformHelpers |
|
|
internal class TransformHelpers |
|
|
{ |
|
|
{ |
|
|
/// <summary>
|
|
|
/// <summary>
|
|
|
/// Returns the bounding <see cref="Rectangle"/> relative to the source for the given transformation matrix.
|
|
|
/// Returns the bounding <see cref="Rectangle"/> relative to the source for the given transformation matrix.
|
|
|
|