Sdílet prostřednictvím


CALayerDelegate_Extensions.WillDrawLayer(ICALayerDelegate, CALayer) Method

Definition

Method that is called when layer is about to be drawn.

[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public static void WillDrawLayer(this CoreAnimation.ICALayerDelegate This, CoreAnimation.CALayer layer);
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
static member WillDrawLayer : CoreAnimation.ICALayerDelegate * CoreAnimation.CALayer -> unit

Parameters

layer
CALayer

The layer that will be redrawn.

Attributes

Applies to