Browse Source

Fixes XML comments

Former-commit-id: de33ca9bb5d4d98df24055452b06df4bdc3ab46e
Former-commit-id: 387d1537f813a94826ae3955afed5c9996957c41
pull/17/head
Thomas Broust 11 years ago
parent
commit
58278237e4
  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