LowLightFusion.SupportedBitmapPixelFormats 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得 BitmapPixelFormat 值的清單,這個值會定義 FuseAsync 方法支援的像素格式。
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)
屬性值
支援的像素格式清單。