INDEX CLUSTER FEATURES SHORT FRAMES NO FRAMES

indexing

title: "Visual Eiffel Library.", "Win32 API: The `BITMAPINFOHEADER%' structure 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_BITMAPINFOHEADER
inherit

WAPI_ADAPTABLE
end
creation

make
feature {NONE}-- Initialization

make
feature -- Class data

biSize: INTEGER

biWidth: INTEGER

biHeight: INTEGER

biPlanes: RTS_SHORT_INTEGER

biBitCount: RTS_SHORT_INTEGER

biCompression: INTEGER

biSizeImage: INTEGER

biXPelsPerMeter: INTEGER

biYPelsPerMeter: INTEGER

biClrUsed: INTEGER

biClrImportant: INTEGER
feature -- Access

ptr: POINTER
feature -- Queries

Data_size: INTEGER
feature -- Operations

set_biWidth (biwidth_: INTEGER)

set_biHeight (biheight_: INTEGER)

set_biPlanes (biplanes_: INTEGER)

set_biBitCount (bibitcount_: INTEGER)

set_biCompression (bicompression_: INTEGER)

set_biSizeImage (bisizeimage_: INTEGER)

set_biXPelsPerMeter (bixpelspermeter_: INTEGER)

set_biYPelsPerMeter (biypelspermeter_: INTEGER)

set_biClrUsed (biclrused_: INTEGER)

set_biClrImportant (biclrimportant_: INTEGER)
end -- class WAPI_BITMAPINFOHEADER

INDEX CLUSTER FEATURES SHORT FRAMES NO FRAMES