class
	WEL_GDIP_RECT

General
	cluster: wel
	description: "GpRect struct used by Gdi+."
	create: make_with_size, make

Ancestors
	ANY

Queries
	height: INTEGER_32
	item: POINTER
	structure_size: INTEGER_32
	width: INTEGER_32
	x: INTEGER_32
	y: INTEGER_32

Commands
	set_height (a_height: INTEGER_32)
	set_width (a_width: INTEGER_32)
	set_x (a_x: INTEGER_32)
	set_y (a_y: INTEGER_32)