| Top |
| FoImage * | fo_image_new () |
| FoImage * | fo_image_new_from_uri () |
| const gchar * | fo_image_get_uri () |
| FoDatatype * | fo_image_get_width () |
| FoDatatype * | fo_image_get_height () |
FoImage * fo_image_new_from_uri (const gchar *uri,const gchar *base);
Creates a new FoImage from the resource at uri
.
If uri
is a relative URI, it is resolved relative to base
.
FoDatatype *
fo_image_get_width (const FoImage *fo_image);
Gets the intrinsic width of fo_image
.
FoDatatype *
fo_image_get_height (const FoImage *fo_image);
Gets the intrinsic height of fo_image
.