CGContext.SetShouldAntialias(Boolean) Method

Definition

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.

Applies to