QCCompositionLayer.Create 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.
Overloads
Create(QCComposition) | |
Create(String) |
Create(QCComposition)
[Foundation.Export("compositionLayerWithComposition:")]
public static QuartzComposer.QCCompositionLayer Create (QuartzComposer.QCComposition composition);
static member Create : QuartzComposer.QCComposition -> QuartzComposer.QCCompositionLayer
Parameters
- composition
- QCComposition
Returns
- Attributes
Applies to
Create(String)
[Foundation.Export("compositionLayerWithFile:")]
public static QuartzComposer.QCCompositionLayer Create (string path);
static member Create : string -> QuartzComposer.QCCompositionLayer
Parameters
- path
- String
Returns
- Attributes