Share via


UIView.DrawLayer(CALayer, CGContext) Method

Definition

[Foundation.Export("drawLayer:inContext:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual void DrawLayer(CoreAnimation.CALayer layer, CoreGraphics.CGContext context);
[<Foundation.Export("drawLayer:inContext:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member DrawLayer : CoreAnimation.CALayer * CoreGraphics.CGContext -> unit
override this.DrawLayer : CoreAnimation.CALayer * CoreGraphics.CGContext -> unit

Parameters

layer
CALayer
context
CGContext

Implements

Attributes

Applies to