SelectionBox
class SelectionBox(val anchorPoint: Point = Point(0, 0), movingPoint: Point = anchorPoint)
Content copied to clipboard
Allows basic multi-element box selections.
Parameters
anchorPoint
the starting and unchanging Point of the selection
Constructors
Link copied to clipboard
fun SelectionBox(anchorPoint: Point = Point(0, 0), movingPoint: Point = anchorPoint)
Content copied to clipboard