class
	WEL_LOG_BITMAP

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

Ancestors
	WEL_STRUCTURE*

Queries
	bits: POINTER
	bits_pixel: INTEGER_32
	exists: BOOLEAN
	height: INTEGER_32
	is_equal (other: [like Current] WEL_LOG_BITMAP): BOOLEAN
	item: POINTER
	planes: INTEGER_32
	shared: BOOLEAN
	Structure_size: INTEGER_32
	type: INTEGER_32
	width: INTEGER_32
	width_bytes: INTEGER_32

Commands
	copy (other: [like Current] WEL_LOG_BITMAP)
	dispose
	initialize
	initialize_with_character (a_character: CHARACTER_8)
	memory_copy (source_pointer: POINTER; length: INTEGER_32)
	set_bits (a_bits: POINTER)
	set_bits_pixel (a_bits_pixel: INTEGER_32)
	set_height (a_height: INTEGER_32)
	set_item (an_item: POINTER)
	set_planes (a_planes: INTEGER_32)
	set_shared
	set_type (a_type: INTEGER_32)
	set_unshared
	set_width (a_width: INTEGER_32)
	set_width_bytes (a_width_bytes: INTEGER_32)