Name

SmoothingMode

Synopsis

This enumeration determines the antialiasing mode used when rendering graphics objects. As with all the rendering hints, this is a trade-off between rendering quality and rendering time.


public enum SmoothingMode {

   Default = 0,

   HighSpeed = 1,

   HighQuality = 2,

   None = 3,

   AntiAlias = 4,

   Invalid = -1

}

Hierarchy

System.Object System.ValueType System.Enum(System.IComparabl, System.IFormattable, System.IConvertible) SmoothingMode

Returned By

System.Drawing.Graphics.SmoothingMode

Passed To

System.Drawing.Graphics.SmoothingMode

Get .NET Windows Forms in a Nutshell now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.