2.2.4.19.9 GraphObjectBase::SetMetafile

Description

Set HMETAFILE to GraphObject


Set HMETAFILE to GraphObject

Syntax

BOOL SetMetafile( LPCSTR lpcszPathName )


BOOL SetMetafile( HMETAFILE hMF, int w = 0, int h = 0 )

Parameters

lpcszPathName
[input] full path name of the Metafile


hMF
[input] a handle to a metafile object
w
[input] width of Metafile
h
[input] height of Metafile

Return

TRUE if success else FALSE.


TRUE if success else FALSE.

Examples

Remark

See Also

Header to Include

origin.h