class
	PICTURE_IMPL_PROXY

General
	cluster: com.Interfaces
	description: "Implemented `Picture' Interface."
	create: make_from_pointer, make_from_other

Ancestors
	ECOM_QUERIABLE
	PICTURE_INTERFACE

Queries
	exists: BOOLEAN
	h_pal: INTEGER
	h_pal_user_precondition: BOOLEAN
	handle: INTEGER
	handle_user_precondition: BOOLEAN
	height: INTEGER
	height_user_precondition: BOOLEAN
	item: POINTER
	last_error_code: INTEGER
	last_error_description: STRING
	last_error_help_file: STRING
	last_source_of_exception: STRING
	render_user_precondition (hdc, x, y, cx, cy, x_src, y_src, cx_src, cy_src: INTEGER; prc_wbounds: POINTER): BOOLEAN
	set_h_pal_user_precondition (a_value: INTEGER): BOOLEAN
	type: INTEGER
	type_user_precondition: BOOLEAN
	width: INTEGER
	width_user_precondition: BOOLEAN

Commands
	render (hdc, x, y, cx, cy, x_src, y_src, cx_src, cy_src: INTEGER; prc_wbounds: POINTER)
	set_h_pal (a_value: INTEGER)