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
| Returns: | GskRoundedRect | 
| The offset rectangle. | |
| The data is owned by the instance. |