| Top |  |  |  |  | 
| #define | AS_TYPE_IMAGE | 
| AsImageKind | as_image_kind_from_string () | 
| const gchar * | as_image_kind_to_string () | 
| AsImage * | as_image_new () | 
| const gchar * | as_image_get_url () | 
| void | as_image_set_url () | 
| guint | as_image_get_width () | 
| void | as_image_set_width () | 
| guint | as_image_get_height () | 
| void | as_image_set_height () | 
| AsImageKind | as_image_get_kind () | 
| void | as_image_set_kind () | 
Screenshot may have multiple versions of an image in different resolutions or aspect ratios. This object allows access to the location and size of a single image.
See also: AsScreenshot
AsImageKind
as_image_kind_from_string (const gchar *kind);
Converts the text representation to an enumerated value.
const gchar *
as_image_kind_to_string (AsImageKind kind);
Converts the enumerated value to an text representation.
const gchar *
as_image_get_url (AsImage *image);
Gets the full qualified URL for the image, usually pointing at some mirror.
void as_image_set_url (AsImage *image,const gchar *url);
Sets the fully-qualified mirror URL to use for the image.
void as_image_set_height (AsImage *image,guint height);
Sets the image height.
void as_image_set_kind (AsImage *image,AsImageKind kind);
Sets the image kind.