ly.img.android.pesdk.backend.model.chunk / RelativeRectAccurate / offset

offset

open fun offset(dx: BigDecimal!, dy: BigDecimal!): Unit

Offset the rectangle by adding dx to its left and right coordinates, and adding dy to its top and bottom coordinates.

Parameters

dx - BigDecimal!: The amount to add to the rectangle's left and right coordinates

dy - BigDecimal!: The amount to add to the rectangle's top and bottom coordinates