Image.IsAlphaPixelFormat(PixelFormat) メソッド

定義

この Image のピクセル形式に、アルファ情報が含まれているかどうかを示す値を返します。

public:
 static bool IsAlphaPixelFormat(System::Drawing::Imaging::PixelFormat pixfmt);
public static bool IsAlphaPixelFormat (System.Drawing.Imaging.PixelFormat pixfmt);
static member IsAlphaPixelFormat : System.Drawing.Imaging.PixelFormat -> bool
Public Shared Function IsAlphaPixelFormat (pixfmt As PixelFormat) As Boolean

パラメーター

pixfmt
PixelFormat

テスト対象の PixelFormat

戻り値

pixfmt にアルファ情報が含まれる場合は true、それ以外の場合は false

適用対象