- indexing
- title: "Visual Eiffel Library.", "The METAFILEPICT structure defines the metafile ", "picture format used for exchanging metafile data ", "through the clipboard."
- project: "Visual Eiffel Win32 Library"
- revision: "$Revision: 1.1 $"
- copyright: "Copyright (C) 1996-2005 Object Tools Group"
- license: "http://visual-eiffel.com/license"
- cluster: winlib
class WAPI_METAFILEPICT
- inherit
-
WAPI_GET_POINTER
- end
- feature -- Class data
-
mm, xExt, yExt, hMF: INTEGER
- feature -- Creation
-
make (mm_, xext_, yext_, hmf_: INTEGER)
- feature -- Access
-
ptr: POINTER
-
size: INTEGER
end -- class WAPI_METAFILEPICT