関連付けられている Metafile オブジェクトが Windows メタファイル形式かどうかを示す値を返します。
Public Function IsWmf() As Boolean
[C#]
public bool IsWmf();
[C++]
public: bool IsWmf();
[JScript]
public function IsWmf() : Boolean;
戻り値
関連付けられている Metafile オブジェクトが Windows メタファイル形式である場合は true を返します。それ以外の場合は false を返します。
必要条件
プラットフォーム: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 ファミリ
参照
MetafileHeader クラス | MetafileHeader メンバ | System.Drawing.Imaging 名前空間