Browse Source

Fixes XML comments

Former-commit-id: ddb31f48eec01fc451f7f4fa05c69eb6ee046094
Former-commit-id: 8ee5d4a1fd22d5b529b461b19d97998f03e26dca
af/merge-core
Thomas Broust 11 years ago
parent
commit
3bde971ad3
  1. 4
      src/ImageProcessor/ImageFactory.cs

4
src/ImageProcessor/ImageFactory.cs

@ -898,9 +898,9 @@ namespace ImageProcessor
/// <summary> /// <summary>
/// Rotates the image inside its area; keeps the area straight. /// Rotates the image inside its area; keeps the area straight.
/// </summary> /// </summary>
/// <param name="degrees">The angle at which to rotate the image in degrees</param> /// <param name="rotateLayer">The rotation layer parameters.</param>
/// <returns> /// <returns>
/// The current instance of the <see cref="T:ImageProcessor.ImageFactory"/> class. /// The current instance of the <see cref="T:ImageProcessor.ImageFactory" /> class.
/// </returns> /// </returns>
public ImageFactory RotateInside(RotateInsideLayer rotateLayer) public ImageFactory RotateInside(RotateInsideLayer rotateLayer)
{ {

Loading…
Cancel
Save