Skip to content

Commit 3af7e57

Browse files
committed
Corrected casing.
1 parent 8e15a1c commit 3af7e57

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

src/Magick.NET.Core/IMagickImageCreateOperations.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1071,8 +1071,8 @@ public interface IMagickImageCreateOperations
10711071
/// <summary>
10721072
/// Simulate an image shadow.
10731073
/// </summary>
1074-
/// <param name="x">the shadow x-offset.</param>
1075-
/// <param name="y">the shadow y-offset.</param>
1074+
/// <param name="x">The shadow x-offset.</param>
1075+
/// <param name="y">The shadow y-offset.</param>
10761076
/// <param name="sigma">The standard deviation of the Gaussian, in pixels.</param>
10771077
/// <param name="alpha">Transparency percentage.</param>
10781078
/// <exception cref="MagickException">Thrown when an error is raised by ImageMagick.</exception>

src/Magick.NET/MagickImage.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6089,8 +6089,8 @@ public void Shadow(IMagickColor<QuantumType> color)
60896089
/// <summary>
60906090
/// Simulate an image shadow.
60916091
/// </summary>
6092-
/// <param name="x">the shadow x-offset.</param>
6093-
/// <param name="y">the shadow y-offset.</param>
6092+
/// <param name="x">The shadow x-offset.</param>
6093+
/// <param name="y">The shadow y-offset.</param>
60946094
/// <param name="sigma">The standard deviation of the Gaussian, in pixels.</param>
60956095
/// <param name="alpha">Transparency percentage.</param>
60966096
/// <exception cref="MagickException">Thrown when an error is raised by ImageMagick.</exception>

0 commit comments

Comments
 (0)