次の方法で共有


MetafileHeader.IsWmfPlaceable メソッド

関連付けられている Metafile オブジェクトが Windows 配置可能メタファイル形式かどうかを示す値を返します。

Public Function IsWmfPlaceable() As Boolean
[C#]
public bool IsWmfPlaceable();
[C++]
public: bool IsWmfPlaceable();
[JScript]
public function IsWmfPlaceable() : 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 名前空間