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