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 枚举。

返回

如果 pixfmt 是扩展的,则为 true;否则为 false

适用于