LowLightFusion.SupportedBitmapPixelFormats Property
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.
Gets a list of BitmapPixelFormat values that define the supported pixel formats for the FuseAsync method.
public:
static property IVectorView<BitmapPixelFormat> ^ SupportedBitmapPixelFormats { IVectorView<BitmapPixelFormat> ^ get(); };
static IVectorView<BitmapPixelFormat> SupportedBitmapPixelFormats();
public static IReadOnlyList<BitmapPixelFormat> SupportedBitmapPixelFormats { get; }
var iVectorView = LowLightFusion.supportedBitmapPixelFormats;
Public Shared ReadOnly Property SupportedBitmapPixelFormats As IReadOnlyList(Of BitmapPixelFormat)
Property Value
A list of supported pixel formats.