plus

open operator fun plus(shape: Shape): Shape

Combines two Shapes into a new one which means that this operation creates an union of the Positions of both Shapes. Note that the original Shapes are unmodified, this operation creates a new Shape.

Sources

(source)
Link copied to clipboard