CGContext.Synchronize Method

Definition

Marks a CGContext for update.

public void Synchronize ();
member this.Synchronize : unit -> unit

Remarks

Flushes all drawing operations since the last update. Does nothing for PDF and bitmap contexts. App devs do not typically need to call this method.

Applies to