次の方法で共有


Image.IsExtendedPixelFormat メソッド

ピクセル形式が拡張されているかどうかを示す値を返します。

Public Shared Function IsExtendedPixelFormat( _
   ByVal pixfmt As PixelFormat _) As Boolean
[C#]
public static bool IsExtendedPixelFormat(PixelFormatpixfmt);
[C++]
public: static bool IsExtendedPixelFormat(PixelFormatpixfmt);
[JScript]
public static function IsExtendedPixelFormat(
   pixfmt : PixelFormat) : Boolean;

パラメータ

戻り値

pixfmt パラメータが拡張されている場合、このメソッドは true を返します。それ以外の場合は false を返します。

必要条件

プラットフォーム: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 ファミリ

参照

Image クラス | Image メンバ | System.Drawing 名前空間