Freigeben über


CGContext.BeginTransparencyLayer Methode

Definition

Überlädt

BeginTransparencyLayer(CGRect, NSDictionary)
BeginTransparencyLayer(NSDictionary)

Mit EndTransparencyLayer()schließt Vorgänge auf einer vollständig transparenten Ebene ein.

BeginTransparencyLayer(CGRect, NSDictionary)

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

Parameter

rectangle
CGRect
auxiliaryInfo
NSDictionary

Gilt für:

BeginTransparencyLayer(NSDictionary)

Mit EndTransparencyLayer()schließt Vorgänge auf einer vollständig transparenten Ebene ein.

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

Parameter

auxiliaryInfo
NSDictionary

Ein Wörterbuch mit Hilfsinformationen. Kann null sein.

Weitere Informationen

  • <xref:CoreGraphics.CGContext.BeginTransparencyLayer>

Gilt für: