Share via


QCCompositionLayer.Create Method

Definition

Overloads

Create(QCComposition)

[Foundation.Export("compositionLayerWithComposition:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public static QuartzComposer.QCCompositionLayer Create(QuartzComposer.QCComposition composition);
[<Foundation.Export("compositionLayerWithComposition:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
static member Create : QuartzComposer.QCComposition -> QuartzComposer.QCCompositionLayer

Parameters

composition
QCComposition

Returns

Attributes

Applies to

Create(String)

[Foundation.Export("compositionLayerWithFile:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public static QuartzComposer.QCCompositionLayer Create(string path);
[<Foundation.Export("compositionLayerWithFile:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
static member Create : string -> QuartzComposer.QCCompositionLayer

Parameters

path
String

Returns

Attributes

Applies to