CGContext.SetAllowsAntialiasing(Boolean) Method

Definition

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.

Applies to