offsetToDefaultPosition

open override fun offsetToDefaultPosition(): Shape

Offsets this Shape to the default position (column=0,row=0), so offsetting a Shape which contains (Position(2, 3), Position(3, 4)) will be transformed to ((Position(0, 0), Position(1, 1)). Returns a new Shape with the new positions.

Sources

(source)
Link copied to clipboard