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

offset

fun offset(dx: java.math.BigDecimal, dy: java.math.BigDecimal): void

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

Parameters

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

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