File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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>
Original file line number Diff line number Diff 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>
You can’t perform that action at this time.
0 commit comments