次の方法で共有


MetafileHeader.IsEmf メソッド

定義

関連付けられている Metafile が Windows 拡張メタファイル形式であるかどうかを示す値を返します。

public:
 bool IsEmf();
public bool IsEmf ();
member this.IsEmf : unit -> bool
Public Function IsEmf () As Boolean

戻り値

関連付けられている Metafile が Windows 拡張メタファイル形式である場合は true。それ以外の場合は false

適用対象