go
RsvgPositionData
rsvg
c
types
Position of an SVG fragment.
struct
RsvgPositionData {
int
x
;
int
y
;
}
Members
Variables
x
int
x
;
position on the x axis
y
int
y
;
position on the y axis
rsvg
c
types
enums
RsvgError
structs
RsvgDimensionData
RsvgHandle
RsvgHandleClass
RsvgPositionData
Position of an SVG fragment.