gtk-d v3.6.5 (2017-05-30T21:07:17Z)
Home
Dub
Repo
RsvgPositionData
gtkc
rsvgtypes
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
Meta
Source
See Implementation
gtkc
rsvgtypes
aliases
Error
HandleFlags
enums
RsvgError
RsvgHandleFlags
structs
RsvgDimensionData
RsvgHandle
RsvgHandleClass
RsvgHandlePrivate
RsvgPositionData
Position of an SVG fragment.