CVPixelFormatDescription 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
| Name | Description |
|---|---|
| CVPixelFormatDescription() |
Creates a new CVPixelFormatDescription with default (empty) values. |
| CVPixelFormatDescription(NSDictionary) |
Creates a new CVPixelFormatDescription from the values that are specified in |
CVPixelFormatDescription()
Creates a new CVPixelFormatDescription with default (empty) values.
[Foundation.Preserve(Conditional=true)]
public CVPixelFormatDescription();
public CVPixelFormatDescription();
- Attributes
Applies to
CVPixelFormatDescription(NSDictionary)
Creates a new CVPixelFormatDescription from the values that are specified in dictionary.
[Foundation.Preserve(Conditional=true)]
public CVPixelFormatDescription(Foundation.NSDictionary? dictionary);
public CVPixelFormatDescription(Foundation.NSDictionary? dictionary);
[<Foundation.Preserve(Conditional=true)>]
new CoreVideo.CVPixelFormatDescription : Foundation.NSDictionary -> CoreVideo.CVPixelFormatDescription
new CoreVideo.CVPixelFormatDescription : Foundation.NSDictionary -> CoreVideo.CVPixelFormatDescription
Parameters
- dictionary
- NSDictionary
The dictionary to use to populate the properties of this type.
- Attributes