INDEX CLUSTER FEATURES SHORT FRAMES NO FRAMES

indexing

title: "Visual Eiffel Library.", "The WAPI_BITMAPCOREHEADER class contains information about the", "dimensions and color format of a device-independent", "bitmap (DIB)."
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_BITMAPCOREHEADER
inherit

WAPI_GET_POINTER
end
feature -- Class data

bcSize: INTEGER

bcWidth: INTEGER

bcHeight: INTEGER

bcPlanes: INTEGER

bcBitCount: INTEGER
feature -- Access

ptr: POINTER
feature -- Change

set_bcSize (i: INTEGER)
ensure
correct_set: bcsize = i

set_bcWidth (i: INTEGER)
ensure
correct_set: bcwidth = i

set_bcHeight (i: INTEGER)
ensure
correct_set: bcheight = i

set_bcPlanes (i: INTEGER)
ensure
correct_set: bcplanes = i

set_bcBitCount (i: INTEGER)
ensure
correct_set: bcbitcount = i
end -- class WAPI_BITMAPCOREHEADER

INDEX CLUSTER FEATURES SHORT FRAMES NO FRAMES