CGContext.BeginTransparencyLayer Method

Definition

Overloads

BeginTransparencyLayer(CGRect, NSDictionary)
BeginTransparencyLayer(NSDictionary)

With EndTransparencyLayer(), encloses operations on a fully transparent layer.

BeginTransparencyLayer(CGRect, NSDictionary)

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

Parameters

rectangle
CGRect
auxiliaryInfo
NSDictionary

Applies to

BeginTransparencyLayer(NSDictionary)

With EndTransparencyLayer(), encloses operations on a fully transparent layer.

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

Parameters

auxiliaryInfo
NSDictionary

A dictionary of auxiliary information. May be null.

See also

  • <xref:CoreGraphics.CGContext.BeginTransparencyLayer>

Applies to