共用方式為


PixelFormats.Bgra32 屬性

定義

取得 Bgra32 像素格式。 Bgra32 是每個圖元 32 位的 sRGB 格式, (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; }
member this.Bgra32 : System.Windows.Media.PixelFormat
Public Shared ReadOnly Property Bgra32 As PixelFormat

屬性值

PixelFormat

Bgra32 像素格式。

備註

XAML Attribute Usage

<object property="Bgra32"/>  

適用於