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 列挙体。

返品

が拡張されている場合は a0/&。それ以外の場合は。

適用対象