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; }
member this.Bgra32 : System.Windows.Media.PixelFormat
Public Shared ReadOnly Property Bgra32 As PixelFormat

属性值

PixelFormat

Bgra32 像素格式。

注解

XAML 属性用法

<object property="Bgra32"/>  

适用于