関連付けられている Metafile オブジェクトがデュアル拡張メタファイル形式かどうかを示す値を返します。この形式は、拡張形式と拡張プラス形式の両方をサポートします。
Public Function IsEmfPlusDual() As Boolean
[C#]
public bool IsEmfPlusDual();
[C++]
public: bool IsEmfPlusDual();
[JScript]
public function IsEmfPlusDual() : Boolean;
戻り値
関連付けられている Metafile オブジェクトがデュアル拡張メタファイル形式である場合は 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 名前空間