Browse Source

Fixes XML comments

Former-commit-id: 1fa77b4c002f4d0feb2adf7e9850d4f1ffde0c1b
Former-commit-id: 69b31a8d16c0b32cda5430b27ce387c3363bc69e
pull/17/head
Thomas Broust 11 years ago
parent
commit
fda0436c4e
  1. 1
      src/ImageProcessor/ImageFactory.cs

1
src/ImageProcessor/ImageFactory.cs

@ -899,6 +899,7 @@ namespace ImageProcessor
/// Rotates the image inside its area; keeps the area straight.
/// </summary>
/// <param name="degrees">The angle at which to rotate the image in degrees</param>
/// <returns>
/// The current instance of the <see cref="T:ImageProcessor.ImageFactory"/> class.
/// </returns>
public ImageFactory RotateInside(float degrees)

Loading…
Cancel
Save