HTMLImageElement
Object Hierarchy:
Description:
[ CCode ( type_id = "webkit_dom_html_image_element_get_type ()" ) ]
[ GIR ( name = "DOMHTMLImageElement" ) ]
public class HTMLImageElement : HTMLElement, EventTarget
[ GIR ( name = "DOMHTMLImageElement" ) ]
public class HTMLImageElement : HTMLElement, EventTarget
Namespace: WebKit.DOM
Package: webkit2gtk-web-extension-4.0
Content:
Properties:
- public string align { owned get; set; }
- public string alt { owned get; set; }
- public string border { owned get; set; }
- public bool complete { get; }
- public long height { get; set; }
- public long hspace { get; set; }
- public bool is_map { get; set; }
- public string long_desc { owned get; set; }
- public string lowsrc { owned get; set; }
- public string name { owned get; set; }
- public long natural_height { get; }
- public long natural_width { get; }
- public string src { owned get; set; }
- public string use_map { owned get; set; }
- public long vspace { get; set; }
- public long width { get; set; }
- public long x { get; }
- public long y { get; }
Creation methods:
- protected HTMLImageElement ()
Methods:
- public string get_align ()
- public string get_alt ()
- public string get_border ()
- public bool get_complete ()
- public long get_height ()
- public long get_hspace ()
- public bool get_is_map ()
- public string get_long_desc ()
- public string get_lowsrc ()
- public string get_name ()
- public long get_natural_height ()
- public long get_natural_width ()
- public string get_src ()
- public string get_use_map ()
- public long get_vspace ()
- public long get_width ()
- public long get_x ()
- public long get_y ()
- public void set_align (string value)
- public void set_alt (string value)
- public void set_border (string value)
- public void set_height (long value)
- public void set_hspace (long value)
- public void set_is_map (bool value)
- public void set_long_desc (string value)
- public void set_lowsrc (string value)
- public void set_name (string value)
- public void set_src (string value)
- public void set_use_map (string value)
- public void set_vspace (long value)
- public void set_width (long value)
Inherited Members:
All known members inherited from class WebKit.DOM.HTMLElement
All known members inherited from class WebKit.DOM.Element
- attributes
- blur
- child_element_count
- children
- class_list
- class_name
- client_height
- client_left
- client_top
- client_width
- closest
- first_element_child
- focus
- get_attribute
- get_attribute_node
- get_attribute_node_ns
- get_attribute_ns
- get_attributes
- get_bounding_client_rect
- get_child_element_count
- get_children
- get_class_list
- get_class_name
- get_client_height
- get_client_left
- get_client_rects
- get_client_top
- get_client_width
- get_elements_by_class_name
- get_elements_by_class_name_as_html_collection
- get_elements_by_tag_name
- get_elements_by_tag_name_as_html_collection
- get_elements_by_tag_name_ns
- get_elements_by_tag_name_ns_as_html_collection
- get_first_element_child
- get_id
- get_inner_html
- get_last_element_child
- get_local_name
- get_namespace_uri
- get_next_element_sibling
- get_offset_height
- get_offset_left
- get_offset_parent
- get_offset_top
- get_offset_width
- get_outer_html
- get_prefix
- get_previous_element_sibling
- get_scroll_height
- get_scroll_left
- get_scroll_top
- get_scroll_width
- get_style
- get_tag_name
- get_webkit_region_overset
- has_attribute
- has_attribute_ns
- has_attributes
- html_input_element_get_auto_filled
- html_input_element_is_user_edited
- html_input_element_set_auto_filled
- html_input_element_set_editing_value
- id
- inner_html
- insert_adjacent_element
- insert_adjacent_html
- insert_adjacent_text
- last_element_child
- local_name
- matches
- namespace_uri
- next_element_sibling
- offset_height
- offset_left
- offset_parent
- offset_top
- offset_width
- outer_html
- prefix
- previous_element_sibling
- query_selector
- query_selector_all
- remove
- remove_attribute
- remove_attribute_node
- remove_attribute_ns
- request_pointer_lock
- scroll_by_lines
- scroll_by_pages
- scroll_height
- scroll_into_view
- scroll_into_view_if_needed
- scroll_left
- scroll_top
- scroll_width
- set_attribute
- set_attribute_node
- set_attribute_node_ns
- set_attribute_ns
- set_class_name
- set_id
- set_inner_html
- set_outer_html
- set_scroll_left
- set_scroll_top
- style
- tag_name
- webkit_matches_selector
- webkit_region_overset
- webkit_request_fullscreen
All known members inherited from class WebKit.DOM.Node
All known members inherited from class WebKit.DOM.Object
All known members inherited from class GLib.Object
All known members inherited from interface WebKit.DOM.EventTarget