RsvgPositionData

Position of an SVG fragment from rsvg.handle.Handle.getPositionSub. Please the deprecation documentation for that function.

More...
struct RsvgPositionData {}

Members

Variables

x
int x;

position on the x axis

y
int y;

position on the y axis

Detailed Description