QCCompositionLayer Constructors
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
QCCompositionLayer(NSCoder) | |
QCCompositionLayer(NSObjectFlag) | |
QCCompositionLayer(QCComposition) | |
QCCompositionLayer(IntPtr) | |
QCCompositionLayer(String) |
QCCompositionLayer(NSCoder)
[Foundation.Export("initWithCoder:")]
[ObjCRuntime.DesignatedInitializer]
public QCCompositionLayer (Foundation.NSCoder coder);
new QuartzComposer.QCCompositionLayer : Foundation.NSCoder -> QuartzComposer.QCCompositionLayer
Parameters
- coder
- NSCoder
- Attributes
Applies to
QCCompositionLayer(NSObjectFlag)
protected QCCompositionLayer (Foundation.NSObjectFlag t);
new QuartzComposer.QCCompositionLayer : Foundation.NSObjectFlag -> QuartzComposer.QCCompositionLayer
Parameters
Applies to
QCCompositionLayer(QCComposition)
[Foundation.Export("initWithComposition:")]
public QCCompositionLayer (QuartzComposer.QCComposition composition);
new QuartzComposer.QCCompositionLayer : QuartzComposer.QCComposition -> QuartzComposer.QCCompositionLayer
Parameters
- composition
- QCComposition
- Attributes
Applies to
QCCompositionLayer(IntPtr)
protected internal QCCompositionLayer (IntPtr handle);
new QuartzComposer.QCCompositionLayer : nativeint -> QuartzComposer.QCCompositionLayer
Parameters
- handle
-
IntPtr
nativeint
Applies to
QCCompositionLayer(String)
[Foundation.Export("initWithFile:")]
public QCCompositionLayer (string path);
new QuartzComposer.QCCompositionLayer : string -> QuartzComposer.QCCompositionLayer
Parameters
- path
- String
- Attributes