CALayer.RenderInContext(CGContext) 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.
Renders the layer into the specified CGContext.
[Foundation.Export("renderInContext:")]
public virtual void RenderInContext (CoreGraphics.CGContext ctx);
abstract member RenderInContext : CoreGraphics.CGContext -> unit
override this.RenderInContext : CoreGraphics.CGContext -> unit
Parameters
- ctx
- CGContext
The context in which the layer should be rendered.
- Attributes