gtk-d v3.8.3 (2018-05-28T20:50:39Z)
Home
Dub
Repo
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
Meta
Source
See Implementation
rsvg
c
types
aliases
Error
HandleFlags
LIBRSVG_MAJOR_VERSION
LIBRSVG_MICRO_VERSION
LIBRSVG_MINOR_VERSION
LIBRSVG_VERSION
enums
RsvgError
RsvgHandleFlags
manifest constants
MAJOR_VERSION
MICRO_VERSION
MINOR_VERSION
VERSION
structs
RsvgDimensionData
RsvgHandle
RsvgHandleClass
RsvgHandlePrivate
RsvgPositionData
Position of an SVG fragment.