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

返品

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

適用対象