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

適用於