CVPixelFormatDescription.Create(CVPixelFormatType) Method
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.
Create a description of the specified pixel format.
public static Foundation.NSDictionary? Create(CoreVideo.CVPixelFormatType pixelFormat);
static member Create : CoreVideo.CVPixelFormatType -> Foundation.NSDictionary
Parameters
- pixelFormat
- CVPixelFormatType
The pixel format to create a description of.