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