Browse Source

Update GraphicsOptions.cs

pull/3162/head
James Jackson-South 1 week ago
parent
commit
0b9f1630c0
  1. 1
      src/ImageSharp/GraphicsOptions.cs

1
src/ImageSharp/GraphicsOptions.cs

@ -31,6 +31,7 @@ public class GraphicsOptions : IDeepCloneable<GraphicsOptions>
/// <summary>
/// Gets or sets a value indicating whether antialiasing should be applied.
/// When <see langword="true"/>, edges are rendered with smooth sub-pixel coverage.
/// When <see langword="false"/>, coverage is snapped to binary (fully opaque or fully transparent).
/// Defaults to <see langword="true"/>.
/// </summary>
public bool Antialias { get; set; } = true;

Loading…
Cancel
Save