Automatic generation produced by ISE Eiffel

Classes Clusters Cluster hierarchy Chart Relations Flat contracts Go to:
deferred class EV_PIXEL_BUFFER_I General cluster: implementation_interface description: "Implementation interface for EV_PIXEL_BUFFER." keywords: "drawable, primitives, figures, buffer, bitmap, picture" Ancestors EV_ANY_I* Queries area: EV_RECTANGLE height: INTEGER_32 is_destroyed: BOOLEAN is_locked: BOOLEAN pixel_iterator: EV_PIXEL_BUFFER_ITERATOR save_to_pointer: detachable MANAGED_POINTER stretched (a_width, a_height: INTEGER_32): EV_PIXEL_BUFFER sub_pixel_buffer (a_rect: EV_RECTANGLE): EV_PIXEL_BUFFER sub_pixmap (a_rect: EV_RECTANGLE): EV_PIXMAP width: INTEGER_32 Commands draw_pixel_buffer_with_x_y (a_x, a_y: INTEGER_32; a_pixel_buffer: EV_PIXEL_BUFFER) draw_text (a_text: READABLE_STRING_GENERAL; a_font: EV_FONT; a_point: EV_COORDINATE) lock make_with_pixmap (a_pixmap: EV_PIXMAP) make_with_size (a_width, a_height: INTEGER_32) save_to_named_path (a_file_name: PATH) set_with_named_path (a_file_name: PATH) set_with_pointer (a_pointer: POINTER; a_size: INTEGER_32) unlock
Classes Clusters Cluster hierarchy Chart Relations Flat contracts Go to:

-- Generated by Eiffel Studio --
For more details: eiffel.org