Gets or sets the smoothing mode SmoothingMode (antialiasing). Antialiasing enables achieveing a better-loop images during operatins like resizing, drawing lines,rectangles and many more.

Namespace:  SGP.Baltie2D
Assembly:  SGPRTL (in SGPRTL.dll)
Version: 1.2.3019.18825

Syntax

C#
[EditorBrowsableAttribute(EditorBrowsableState.Advanced)]
public SmoothingMode SmoothingMode { get; set; }

See Also