Extended DesiredSize method with extra arguments that tells the control how much space is available for the parent control (note: this might not be the actual given size when Arrange is called on the control).
Removed EventHandlers from Control interface.
Added flag for snapping to integer values.
Refactored Icon related methods & added alpha support for icon/image generation.