UIGraphics.PushContext(CGContext) Método

Definición

Inserta manualmente un CGContext en la pila de contexto de gráficos UIKit.

public static void PushContext (CoreGraphics.CGContext ctx);
static member PushContext : CoreGraphics.CGContext -> unit

Parámetros

ctx
CGContext

Comentarios

Los desarrolladores pueden llamar a este método desde cualquier subproceso.

Se aplica a