class
	WEL_LOG_PEN

General
	cluster: wel.gdi
	description: "Defines the style, width and color of a pen."
	create: make_by_pen, make

Ancestors
	WEL_PS_CONSTANTS
	WEL_STRUCTURE

Queries
	color: WEL_COLOR_REF
	exists: BOOLEAN
	item: POINTER
	shared: BOOLEAN
	Structure_size: INTEGER
	style: INTEGER
	to_integer: INTEGER
	valid_pen_style_constant (c: INTEGER): BOOLEAN
	width: 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_item (an_item: POINTER)
	set_shared
	set_style (a_style: INTEGER)
	set_unshared
	set_width (a_width: INTEGER)

Constraints
	color not void
	positive width