Browse Source

Fixes XML comments

Former-commit-id: 8e1c107f90d68a34556f55e2320b3a1ca6bb8642
Former-commit-id: 7dcaa510c6fb8f1a5d029fe4826fe06242226521
af/merge-core
Thomas Broust 11 years ago
parent
commit
c127dcc349
  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