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>
/// Contains helper methods for working with affine transforms
/// </summary>
public class TransformHelpers
internal class TransformHelpers
{
/// <summary>
/// Returns the bounding <see cref="Rectangle"/> relative to the source for the given transformation matrix.

Loading…
Cancel
Save