PixelFormats.Bgra32 屬性

定義

取得 Bgra32 像素格式。 Bgra32 是一種 sRGB 格式,每像素為 32 位元(BPP)。 每個通道(藍色、綠色、紅色和 alpha)每像素分配 8 位元(BPP)。

public:
 static property System::Windows::Media::PixelFormat Bgra32 { System::Windows::Media::PixelFormat get(); };
public static System.Windows.Media.PixelFormat Bgra32 { get; }
static member Bgra32 : System.Windows.Media.PixelFormat
Public Shared ReadOnly Property Bgra32 As PixelFormat

屬性值

像素 Bgra32 格式。

備註

XAML 屬性使用方式

<object property="Bgra32"/>

適用於