PixelFormats.Gray16 属性

定义

获取 Gray16 像素格式,它可显示每像素 16 位的灰度通道,允许使用 65536 种灰色底纹。 此像素格式的 gamma 值为 1.0。

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

属性值

Gray16 像素格式。

注解

XAML 属性用法

<object property="Gray16"/>  

适用于