Compartilhar via


CGContext.BeginTransparencyLayer Método

Definição

Sobrecargas

BeginTransparencyLayer(CGRect, NSDictionary)
BeginTransparencyLayer(NSDictionary)

Com EndTransparencyLayer(), inclui operações em uma camada 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

Aplica-se a

BeginTransparencyLayer(NSDictionary)

Com EndTransparencyLayer(), inclui operações em uma camada totalmente transparente.

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

Parâmetros

auxiliaryInfo
NSDictionary

Um dicionário de informações auxiliares. Pode ser null.

Confira também

  • <xref:CoreGraphics.CGContext.BeginTransparencyLayer>

Aplica-se a