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 ec29c82 commit 72a4a98Copy full SHA for 72a4a98
src/Magick.NET.Core/IResourceLimits.cs
@@ -70,8 +70,8 @@ public interface IResourceLimits
70
ulong Width { get; set; }
71
72
/// <summary>
73
- /// Set the maximum percentage of memory that can be used for image data. This also changes
74
- /// 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.
75
/// </summary>
76
/// <param name="percentage">The percentage to use.</param>
77
void LimitMemory(Percentage percentage);
0 commit comments