MetafileHeader.IsWmfPlaceable 方法

定义

返回一个值,该值指示关联的 Metafile 是否为 Windows 可放置图元文件格式。

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

返回

如果关联的 Metafile 为 Windows 可放置图元文件格式,则为 true;否则为 false

适用于