CGContext.SetShouldAntialias(Boolean) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Used in conjunction with SetAllowsAntialiasing(Boolean) to enable or disable antialiasing.
public void SetShouldAntialias (bool shouldAntialias);
member this.SetShouldAntialias : bool -> unit
Parameters
- shouldAntialias
- Boolean
true
if antialiasing should be used.