Browse Source

Better method description

af/merge-core
James Jackson-South 8 years ago
parent
commit
220f8b58d4
  1. 2
      src/ImageSharp/IImageProcessingContext{TPixel}.cs

2
src/ImageSharp/IImageProcessingContext{TPixel}.cs

@ -15,7 +15,7 @@ namespace SixLabors.ImageSharp
where TPixel : struct, IPixel<TPixel>
{
/// <summary>
/// Gets the source image bounds
/// Gets the image bounds at the current point in the processing pipeline.
/// </summary>
/// <returns>The <see cref="Rectangle"/></returns>
Rectangle Bounds();

Loading…
Cancel
Save