Compartir a través de


CGContext.BeginTransparencyLayer Método

Definición

Sobrecargas

BeginTransparencyLayer(CGRect, NSDictionary)
BeginTransparencyLayer(NSDictionary)

Con EndTransparencyLayer(), incluye las operaciones en una capa totalmente transparente.

BeginTransparencyLayer(CGRect, NSDictionary)

public void BeginTransparencyLayer (CoreGraphics.CGRect rectangle, Foundation.NSDictionary auxiliaryInfo = null);
member this.BeginTransparencyLayer : CoreGraphics.CGRect * Foundation.NSDictionary -> unit

Parámetros

rectangle
CGRect
auxiliaryInfo
NSDictionary

Se aplica a

BeginTransparencyLayer(NSDictionary)

Con EndTransparencyLayer(), incluye las operaciones en una capa totalmente transparente.

public void BeginTransparencyLayer (Foundation.NSDictionary auxiliaryInfo = null);
member this.BeginTransparencyLayer : Foundation.NSDictionary -> unit

Parámetros

auxiliaryInfo
NSDictionary

Diccionario de información auxiliar. Puede ser null.

Consulte también

  • <xref:CoreGraphics.CGContext.BeginTransparencyLayer>

Se aplica a