Share via


CVPixelFormatComponentRange Constructors

Definition

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

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

Applies to