Image element inherits from \1.
More...
Functions |
EAPI Egueb_Dom_Node * | egueb_svg_element_image_new (void) |
EAPI void | egueb_svg_element_image_x_set_simple (Egueb_Dom_Node *n, const Egueb_Svg_Coord *x) |
EAPI void | egueb_svg_element_image_x_get (Egueb_Dom_Node *n, Egueb_Svg_Coord_Animated *x) |
EAPI void | egueb_svg_element_image_y_set_simple (Egueb_Dom_Node *n, const Egueb_Svg_Coord *y) |
EAPI void | egueb_svg_element_image_y_get (Egueb_Dom_Node *n, Egueb_Svg_Coord_Animated *y) |
EAPI void | egueb_svg_element_image_width_set_simple (Egueb_Dom_Node *n, const Egueb_Svg_Length *width) |
EAPI void | egueb_svg_element_image_width_get (Egueb_Dom_Node *n, Egueb_Svg_Length_Animated *width) |
EAPI void | egueb_svg_element_image_height_set_simple (Egueb_Dom_Node *n, const Egueb_Svg_Length *height) |
EAPI void | egueb_svg_element_image_height_get (Egueb_Dom_Node *n, Egueb_Svg_Length_Animated *height) |
EAPI void | egueb_svg_element_image_href_set_simple (Egueb_Dom_Node *n, Egueb_Dom_String *v) |
EAPI void | egueb_svg_element_image_href_get (Egueb_Dom_Node *n, Egueb_Svg_String_Animated *v) |
EAPI void | egueb_svg_element_image_svg_set (Egueb_Dom_Node *n, Egueb_Dom_Node *svg) |
Detailed Description
Image element inherits from \1.
Function Documentation
Sets the x coordinate of an image element
- Parameters:
-
[in] | n | The image element to set the x coordinate [Transfer none] |
[in] | x | The x coordinate to set [Transfer content] |
Gets the x coordinate of an image element
- Parameters:
-
[in] | n | The image element to get the x coordinate [Transfer none] |
[out] | x | The pointer to store the x coordinate [Transfer content] |
Sets the y coordinate of an image element
- Parameters:
-
[in] | n | The image element to set the y coordinate [Transfer none] |
[in] | y | The y coordinate to set [Transfer content] |
Gets the y coordinate of an image element
- Parameters:
-
[in] | n | The image element to get the y coordinate [Transfer none] |
[out] | y | The pointer to store the y coordinate [Transfer content] |
Sets the width of an image element
- Parameters:
-
[in] | n | The image element to set the width [Transfer none] |
[in] | width | The width to set [Transfer content] |
Gets the width of an image element
- Parameters:
-
[in] | n | The image element to get the width [Transfer none] |
[out] | width | The pointer to store the width [Transfer content] |
Sets the height of an image element
- Parameters:
-
[in] | n | The image element to set the height [Transfer none] |
[in] | height | The height to set [Transfer content] |
Gets the height of an image element
- Parameters:
-
[in] | n | The image element to get the height [Transfer none] |
[out] | height | The pointer to store the height [Transfer content] |
Sets the href of an image element
- Parameters:
-
[in] | n | The image element to get the href [Transfer none] |
[out] | v | The href to set [Transfer full] |
Gets the href of an image element
- Parameters:
-
[in] | n | The image element to get the href [Transfer none] |
[out] | v | The pointer to store the href [Transfer content] |