Condividi tramite


CGContext.BeginTransparencyLayer Metodo

Definizione

Overload

BeginTransparencyLayer(CGRect, NSDictionary)
BeginTransparencyLayer(NSDictionary)

Con EndTransparencyLayer(), racchiude le operazioni su un livello completamente trasparente.

BeginTransparencyLayer(CGRect, NSDictionary)

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

Parametri

rectangle
CGRect
auxiliaryInfo
NSDictionary

Si applica a

BeginTransparencyLayer(NSDictionary)

Con EndTransparencyLayer(), racchiude le operazioni su un livello completamente trasparente.

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

Parametri

auxiliaryInfo
NSDictionary

Dizionario di informazioni ausiliarie. Può essere null.

Vedi anche

  • <xref:CoreGraphics.CGContext.BeginTransparencyLayer>

Si applica a