class
	WEL_LOG_BITMAP

General
	cluster: wel.gdi
	description: "Properties of a bitmap."
	create: make_by_bitmap, make

Ancestors
	WEL_STRUCTURE

Queries
	bits: POINTER
	bits_pixel: INTEGER
	exists: BOOLEAN
	height: INTEGER
	item: POINTER
	planes: INTEGER
	shared: BOOLEAN
	Structure_size: INTEGER
	to_integer: INTEGER
	type: INTEGER
	width: INTEGER
	width_bytes: INTEGER

Commands
	dispose
	initialize
	initialize_with_character (a_character: CHARACTER)
	memory_copy (source_pointer: POINTER; length: INTEGER)
	set_bits (a_bits: POINTER)
	set_bits_pixel (a_bits_pixel: INTEGER)
	set_height (a_height: INTEGER)
	set_item (an_item: POINTER)
	set_planes (a_planes: INTEGER)
	set_shared
	set_type (a_type: INTEGER)
	set_unshared
	set_width (a_width: INTEGER)
	set_width_bytes (a_width_bytes: INTEGER)