Image.IsExtendedPixelFormat(PixelFormat) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
傳回值,指示像素格式是否為每像素 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
。