class
	WEL_SIZE

General
	cluster: wel
	description: "Specifies the width and height of a rectangle."
	create: default_create, make

Ancestors
	WEL_STRUCTURE*

Queries
	exists: BOOLEAN
	height: INTEGER_32
	is_equal (other: [like Current] WEL_SIZE): BOOLEAN
	item: POINTER
	shared: BOOLEAN
	Structure_size: INTEGER_32
	width: INTEGER_32

Commands
	copy (other: [like Current] WEL_SIZE)
	dispose
	initialize
	initialize_with_character (a_character: CHARACTER_8)
	memory_copy (source_pointer: POINTER; length: INTEGER_32)
	set_height (a_height: INTEGER_32)
	set_item (an_item: POINTER)
	set_shared
	set_unshared
	set_width (a_width: INTEGER_32)