deferred class
	IPICTURE_INTERFACE

General
	cluster: com.Interfaces
	description: "Picture Object OLE Automation."

Ancestors
	ECOM_INTERFACE

Queries
	attributes: INTEGER
	attributes_user_precondition: BOOLEAN
	cur_dc: INTEGER
	cur_dc_user_precondition: BOOLEAN
	h_pal: INTEGER
	h_pal_user_precondition: BOOLEAN
	handle: INTEGER
	handle_user_precondition: BOOLEAN
	height: INTEGER
	height_user_precondition: BOOLEAN
	item: POINTER
	keep_original_format: BOOLEAN
	keep_original_format_user_precondition: BOOLEAN
	picture_changed_user_precondition: BOOLEAN
	render_user_precondition (hdc, x, y, cx, cy, x_src, y_src, cx_src, cy_src: INTEGER; prc_wbounds: POINTER): BOOLEAN
	save_as_file_user_precondition (pstm: POINTER; f_save_mem_copy: BOOLEAN; pcb_size: INTEGER_REF): BOOLEAN
	select_picture_user_precondition (hdc_in: INTEGER; phdc_out, phbmp_out: INTEGER_REF): BOOLEAN
	set_h_pal_user_precondition (phpal: INTEGER): BOOLEAN
	set_hdc_user_precondition (hdc: INTEGER): BOOLEAN
	set_keep_original_format_user_precondition (pfkeep: BOOLEAN): BOOLEAN
	type: INTEGER
	type_user_precondition: BOOLEAN
	width: INTEGER
	width_user_precondition: BOOLEAN

Commands
	picture_changed
	render (hdc, x, y, cx, cy, x_src, y_src, cx_src, cy_src: INTEGER; prc_wbounds: POINTER)
	save_as_file (pstm: POINTER; f_save_mem_copy: BOOLEAN; pcb_size: INTEGER_REF)
	select_picture (hdc_in: INTEGER; phdc_out, phbmp_out: INTEGER_REF)
	set_h_pal (phpal: INTEGER)
	set_hdc (hdc: INTEGER)
	set_keep_original_format (pfkeep: BOOLEAN)