Browse Source

Better method description

pull/474/head
James Jackson-South 8 years ago
parent
commit
98453b64d5
  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> where TPixel : struct, IPixel<TPixel>
{ {
/// <summary> /// <summary>
/// Gets the source image bounds /// Gets the image bounds at the current point in the processing pipeline.
/// </summary> /// </summary>
/// <returns>The <see cref="Rectangle"/></returns> /// <returns>The <see cref="Rectangle"/></returns>
Rectangle Bounds(); Rectangle Bounds();

Loading…
Cancel
Save