RsvgPositionData

RsvgPositionData: @x: position on the x axis @y: position on the y axis

Position of an SVG fragment.

extern (C)
struct RsvgPositionData {}

Members

Variables

x
int x;
Undocumented in source.
y
int y;
Undocumented in source.

Meta