Max size is doable by using clamp() on the action in event 4 to set the sprite size. Snapping to sizes in increments of say 32 is also doable with round(width/32)*32. Snapping handles to arbitrary positions would be a lot more complex mathematically.