Image.IsExtendedPixelFormat(PixelFormat) 方法

定义

返回一个值,该值指示像素格式是否为每像素 64 位。

public:
 static bool IsExtendedPixelFormat(System::Drawing::Imaging::PixelFormat pixfmt);
public static bool IsExtendedPixelFormat(System.Drawing.Imaging.PixelFormat pixfmt);
static member IsExtendedPixelFormat : System.Drawing.Imaging.PixelFormat -> bool
Public Shared Function IsExtendedPixelFormat (pixfmt As PixelFormat) As Boolean

参数

pixfmt
PixelFormat

要测试的 PixelFormat 枚举。

返回

如果已扩展,则为 0;否则为 .。

适用于