CGContext.BeginTransparencyLayer Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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>