LowLightFusion.SupportedBitmapPixelFormats Eigenschaft
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
Ruft eine Liste der BitmapPixelFormat-Werte ab, die die unterstützten Pixelformate für die FuseAsync-Methode definieren.
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)
Eigenschaftswert
Eine Liste der unterstützten Pixelformate.