CGContext.SetAllowsAntialiasing(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.
Whether the context allows antialiasing.
public void SetAllowsAntialiasing (bool allowsAntialiasing);
member this.SetAllowsAntialiasing : bool -> unit
Parameters
- allowsAntialiasing
- Boolean
true
if antialiasing should be allowed.
Remarks
This property works in conjunction with SetShouldAntialias(Boolean). Only if both values are true
will antialiasing occur.