Image.IsCanonicalPixelFormat(PixelFormat) メソッド

定義

ピクセル形式がピクセルあたり 32 ビットかどうかを示す値を返します。

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

パラメーター

pixfmt
PixelFormat

テストする PixelFormat

返品

true pixfmtが正規の場合は %。それ以外の場合はfalse

注釈

正規ピクセル形式は、ピクセルあたり 32 ビットのピクセル形式を示します。 この形式では、24 ビットの色深度と 8 ビットアルファ チャネルを指定します。

適用対象