class
	WEL_XFORM

General
	cluster: wel
	description: "The XFORM structure specifies a world-space to page-space transformation."
	create: make_by_pointer, make

Ancestors
	WEL_STRUCTURE*

Queries
	edx: REAL_32
	edy: REAL_32
	em11: REAL_32
	em12: REAL_32
	em21: REAL_32
	em22: REAL_32
	exists: BOOLEAN
	is_equal (other: [like Current] WEL_XFORM): BOOLEAN
	item: POINTER
	shared: BOOLEAN
	Structure_size: INTEGER_32

Commands
	copy (other: [like Current] WEL_XFORM)
	dispose
	initialize
	initialize_with_character (a_character: CHARACTER_8)
	memory_copy (source_pointer: POINTER; length: INTEGER_32)
	set_edx (an_effect: REAL_32)
	set_edy (an_effect: REAL_32)
	set_em11 (an_effect: REAL_32)
	set_em12 (an_effect: REAL_32)
	set_em21 (an_effect: REAL_32)
	set_em22 (an_effect: REAL_32)
	set_item (an_item: POINTER)
	set_shared
	set_unshared