Share via


CAEAGLLayer.Create Method

Definition

Creates and returns a new CALayer.

[Foundation.Export("layer")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public static CoreAnimation.CALayer Create();
[<Foundation.Export("layer")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
static member Create : unit -> CoreAnimation.CALayer

Returns

Attributes

Applies to