Browse Source

Make TransformHelpers internal

af/merge-core
James Jackson-South 8 years ago
parent
commit
0d9bdba3f1
  1. 2
      src/ImageSharp/Processing/Transforms/TransformHelpers.cs

2
src/ImageSharp/Processing/Transforms/TransformHelpers.cs

@ -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.

Loading…
Cancel
Save