INDEX CLUSTER FEATURES SHORT FRAMES NO FRAMES

indexing

title: "Visual Eiffel Library.", "Win32 API: Metafile functions"
project: "Visual Eiffel Win32 Library"
revision: "$Revision: 1.2 $"
copyright: "Copyright (C) 1996-2005 Object Tools Group"
license: "http://visual-eiffel.com/license"
cluster: winlib
class WAPI_METAFILE_FUNCTIONS
feature -- Access

CreateEnhMetaFile (hdcref: INTEGER; lpfilename: POINTER; lprect: POINTER; lpdescription: POINTER): INTEGER
-- HDC
-- The 'CreateEnhMetaFile' function creates a device context
-- for an enhanced-format metafile.
-- This device context can be used to store a device-independent picture.

CloseEnhMetaFile (hdc: INTEGER): INTEGER
-- HENHMETAFILE
-- The 'CloseEnhMetaFile' function closes an enhanced-metafile
-- device context and returns a handle that identifies
-- an enhanced-format metafile.

DeleteEnhMetaFile (hemf: INTEGER): INTEGER
-- BOOL
-- The 'DeleteEnhMetaFile' function deletes an enhanced-format
-- metafile or an enhanced-format metafile handle.

GetEnhMetaFile (lpszmetafile: POINTER): INTEGER
-- HENHMETAFILE
-- The 'GetEnhMetaFile' function creates a handle that identifies
-- the enhanced-format metafile stored in the specified file.

PlayEnhMetaFile (hdc: INTEGER; hemf: INTEGER; lprect: POINTER): INTEGER
-- BOOL
-- The 'PlayEnhMetaFile' function displays the picture stored
-- in the specified enhanced-format metafile.
end -- class WAPI_METAFILE_FUNCTIONS

INDEX CLUSTER FEATURES SHORT FRAMES NO FRAMES