Struct
Rsvg.PositionData
Description [src]
struct RsvgPositionData {
int x;
int y;
}
Position of an SVG fragment from rsvg_handle_get_position_sub()
. Please
the deprecation documentation for that function.
Structure members
x |
position on the x axis |
y |
position on the y axis |
Deprecated since: | 2.46. |
Use |