We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 5d5cf96 + dfd59bb commit 86348a0Copy full SHA for 86348a0
1 file changed
src/ImageSharp.Drawing/Processing/Extensions/ClearPathExtensions.cs
@@ -15,7 +15,7 @@ public static class ClearPathExtensions
15
/// </summary>
16
/// <param name="source">The image processing context.</param>
17
/// <param name="color">The color.</param>
18
- /// <param name="region">The region of interest to flood fill.</param>
+ /// <param name="region">The <see cref="IPath"/> defining the region to fill.</param>
19
/// <returns>The <see cref="IImageProcessingContext"/> to allow chaining of operations.</returns>
20
public static IImageProcessingContext Clear(
21
this IImageProcessingContext source,
0 commit comments