class
	WEL_LOG_BRUSH

General
	cluster: wel
	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_32
	is_equal (other: [like Current] WEL_LOG_BRUSH): BOOLEAN
	item: POINTER
	shared: BOOLEAN
	Structure_size: INTEGER_32
	style: INTEGER_32

Commands
	copy (other: [like Current] WEL_LOG_BRUSH)
	dispose
	initialize
	initialize_with_character (a_character: CHARACTER_8)
	memory_copy (source_pointer: POINTER; length: INTEGER_32)
	set_color (a_color: WEL_COLOR_REF)
	set_hatch (a_hatch: INTEGER_32)
	set_item (an_item: POINTER)
	set_shared
	set_style (a_style: INTEGER_32)
	set_unshared

Constraints
	color not void