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.
1 parent 72a4a98 commit 277900cCopy full SHA for 277900c
src/Magick.NET/ResourceLimits.cs
@@ -230,8 +230,8 @@ public static void LimitMemory(Percentage percentage)
230
}
231
232
/// <summary>
233
- /// Set the maximum percentage of memory that can be used for image data. This also changes
234
- /// the <see cref="Area"/> limit to four times the number of bytes.
+ /// Set the maximum percentage of <see cref="Memory"/> that can be used for image data.
+ /// This also changes the <see cref="Area"/> limit to four times the number of bytes.
235
/// </summary>
236
/// <param name="percentage">The percentage to use.</param>
237
void IResourceLimits.LimitMemory(Percentage percentage)
0 commit comments