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.

Parameters

dx

Type: float

The horizontal offset.

dy

Type: float

The vertical offset.

Return value

Type: GskRoundedRect

The offset rectangle.

The returned data is owned by the instance.