public RotatingWheelView(RectangleF frame, RotatingWheelSettings settings) : base(frame) { _settings = settings; InitWheel(); }