関連付けられている Metafile オブジェクトが Windows 拡張メタファイル プラス形式だけをサポートするかどうかを示す値を返します。
Public Function IsEmfPlusOnly() As Boolean
[C#]
public bool IsEmfPlusOnly();
[C++]
public: bool IsEmfPlusOnly();
[JScript]
public function IsEmfPlusOnly() : 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 名前空間