Struct
RsvgRectangle
since: 2.46
Description [src]
struct RsvgRectangle {
double x;
double y;
double width;
double height;
}
A data structure for holding a rectangle.
Structure members
x:
double
X coordinate of the left side of the rectangle.
y:
double
Y coordinate of the the top side of the rectangle.
width:
double
Width of the rectangle.
height:
double
Height of the rectangle.
Available since: 2.46