Automatic generation produced by ISE Eiffel

Classes Clusters Cluster hierarchy Chart Relations Flat contracts Go to:
class WEL_GDIP_BITMAP General cluster: wel description: "Bitmap functions in Gdi+. For more information, please see: MSDN Bitmap Functions: http://msdn.microsoft.com/en-us/library/ms533971(VS.85).aspx" create: make_with_size, make_formatted, make_with_graphics, make_from_icon, make_from_bitmap, make_from_dib_bitmap, make_from_bitmap_with_alpha, make_from_pointer Ancestors WEL_GDIP_IMAGE Queries all_image_encoders: ARRAYED_LIST [WEL_GDIP_IMAGE_CODEC_INFO] c_gdip_create_bitmap_from_bitmap (a_gdiplus_handle, a_image, a_palette: POINTER; a_result_status: TYPED_POINTER [INTEGER_32]): POINTER c_gdip_create_bitmap_from_dib_bitmap (a_gdiplus_handle, a_bitmap_info, a_bitmap_data: POINTER; a_result_status: TYPED_POINTER [INTEGER_32]): POINTER c_gdip_create_bitmap_from_graphics (a_gdiplus_handle: POINTER; a_width, a_height: INTEGER_32; a_target_graphics: POINTER; a_result_status: TYPED_POINTER [INTEGER_32]): POINTER c_gdip_create_bitmap_from_hicon (a_gdiplus_handle, a_hicon: POINTER; a_result_status: TYPED_POINTER [INTEGER_32]): POINTER c_gdip_create_bitmap_from_scan0 (a_gdiplus_handle: POINTER; a_width, a_height, a_pixel_format: INTEGER_32; a_result_status: TYPED_POINTER [INTEGER_32]): POINTER clone_rectangle_pixel_format (a_rectangle: WEL_GDIP_RECT; a_format: INTEGER_32): WEL_GDIP_BITMAP exists: BOOLEAN gdi_plus_handle: POINTER get_pixel (a_x, a_y: NATURAL_32): NATURAL_32 get_thumbnail_image (a_width, a_height: INTEGER_32): WEL_GDIP_IMAGE height: INTEGER_32 is_gdi_plus_installed: BOOLEAN item: POINTER lock_bits (a_rect: WEL_GDIP_RECT; a_lock_bitmode_flag: NATURAL_32; a_pixel_format: INTEGER_32): WEL_GDIP_BITMAP_DATA new_bitmap: WEL_BITMAP pixel_format: INTEGER_32 raw_format: detachable WEL_GUID save_image_to_memory: MANAGED_POINTER shared: BOOLEAN sub_gdip_bitmap (a_x, a_y, a_width, a_height: NATURAL_32): WEL_GDIP_BITMAP width: INTEGER_32 Commands c_gdip_bitmap_get_pixel (a_gdiplus_handle, a_bitmap: POINTER; a_x, a_y: NATURAL_32; a_color: TYPED_POINTER [NATURAL_32]; a_result_status: TYPED_POINTER [INTEGER_32]) c_gdip_bitmap_lock_bits (a_gdiplus_handle, a_bitmap, a_gp_rect: POINTER; a_image_lock_flag: NATURAL_32; a_pixel_format: INTEGER_32; a_result_status: TYPED_POINTER [INTEGER_32]; a_bitmap_data: POINTER) c_gdip_bitmap_set_pixel (a_gdiplus_handle, a_bitmap: POINTER; a_x, a_y, a_color: NATURAL_32; a_result_status: TYPED_POINTER [INTEGER_32]) c_gdip_bitmap_unlock_bits (a_gdiplus_handle, a_bitmap, a_locked_bitmap_data: POINTER; a_result_status: TYPED_POINTER [INTEGER_32]) c_gdip_clone_bitmap_area_i (a_gdiplus_handle: POINTER; a_x, a_y, a_width, a_height: NATURAL_32; a_pixel_format: INTEGER_32; a_source_pixbuf: POINTER; a_dest_pixbuf: TYPED_POINTER [POINTER]; a_result_status: TYPED_POINTER [INTEGER_32]) destroy_item dispose load_image_from_memory (a_pointer: POINTER; a_byte_counts: NATURAL_32) load_image_from_path (a_file_name: PATH) load_image_from_raw_file (a_file: RAW_FILE) load_image_from_stream (a_stream: WEL_COM_ISTREAM) save_image_to_path (a_file_name: PATH) save_image_to_path_with_encoder (a_file_name: PATH; a_format: WEL_GDIP_IMAGE_ENCODER) save_image_to_path_with_encoder_and_parameters (a_file_name: PATH; a_format: WEL_GDIP_IMAGE_ENCODER; a_parameters: detachable WEL_GDIP_IMAGE_ENCODER_PARAMETERS) save_image_to_path_with_parameters (a_file_name: PATH; a_parameters: detachable WEL_GDIP_IMAGE_ENCODER_PARAMETERS) save_image_to_raw_file (a_file: RAW_FILE) save_image_to_stream (a_stream: WEL_COM_ISTREAM) save_image_to_stream_with_encoder (a_stream: WEL_COM_ISTREAM; a_format: WEL_GDIP_IMAGE_ENCODER) save_image_to_stream_with_encoder_and_parameters (a_stream: WEL_COM_ISTREAM; a_format: WEL_GDIP_IMAGE_ENCODER; a_parameters: detachable WEL_GDIP_IMAGE_ENCODER_PARAMETERS) save_image_to_stream_with_parameters (a_stream: WEL_COM_ISTREAM; a_parameters: detachable WEL_GDIP_IMAGE_ENCODER_PARAMETERS) set_item (an_item: POINTER) set_pixel (a_x, a_y, argb_value: NATURAL_32) set_shared set_unshared set_with_icon (a_icon: WEL_ICON) unlock_bits (a_locked_data: WEL_GDIP_BITMAP_DATA)
Classes Clusters Cluster hierarchy Chart Relations Flat contracts Go to:

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