CVPixelFormatDescription.CreatePixelFormat(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 CoreVideo.CVPixelFormatDescription? CreatePixelFormat(CoreVideo.CVPixelFormatType pixelFormat);
static member CreatePixelFormat : CoreVideo.CVPixelFormatType -> CoreVideo.CVPixelFormatDescription
Parameters
- pixelFormat
- CVPixelFormatType
The pixel format to create a description of.