Method
GskRoundedRectoffset
Declaration [src]
GskRoundedRect*
gsk_rounded_rect_offset (
GskRoundedRect* self,
float dx,
float dy
)
Description [src]
Offsets the bound’s origin by dx
and dy
.
The size and corners of the rectangle are unchanged.
Return value
Type: GskRoundedRect
The offset rectangle.
The returned data is owned by the instance. |