Utility Morphs for selecting a point or rectangle
# GetPointMorph This package implements two Morph classes which can be used to ask the user to select either a point or rectangle inside a Morph.  # Installation ```smalltalk Metacello new baseline: 'GetPointMorph'; repository: 'github://DraagrenKirneh/GetPointMorph'; load. ``` # Usage See examples found at the class side of both **GetPointMorph** and **GetRectangleMorph**.