Share via


CVPixelFormatDescription Constructors

Definition

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 dictionary.

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

Applies to