class
	WEL_LOG_BRUSH

General
	cluster: wel.gdi
	description: "Defines the style, color and pattern of  a physical brush. Encapsulate the C struct LOGPEN  (a WEL_LOG_BRUSH is NOT a BRUSH, this is a structure.)"
	create: make_by_brush, make

Ancestors
	WEL_STRUCTURE

Queries
	color: WEL_COLOR_REF
	exists: BOOLEAN
	hatch: INTEGER
	item: POINTER
	shared: BOOLEAN
	Structure_size: INTEGER
	style: INTEGER
	to_integer: INTEGER

Commands
	dispose
	initialize
	initialize_with_character (a_character: CHARACTER)
	memory_copy (source_pointer: POINTER; length: INTEGER)
	set_color (a_color: WEL_COLOR_REF)
	set_hatch (a_hatch: INTEGER)
	set_item (an_item: POINTER)
	set_shared
	set_style (a_style: INTEGER)
	set_unshared

Constraints
	color not void