Image.IsExtendedPixelFormat(PixelFormat) メソッド

定義

1 ピクセルあたり 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

適用対象