Image.IsCanonicalPixelFormat(PixelFormat) メソッド

定義

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

戻り値

pixfmt が標準の形式である場合は true、それ以外の場合は false

注釈

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

適用対象