scaling of FMXBitmap

Howcome the scaling of a bitmap looks different for a TImage and aTTMSFMXBitmap?

When scaling my Form, a TImage control scales smooth, while a TMSBitmap scale pixelated, this makes it hard to combine the controls in a single form, without it looking sketchy.

Can you use a different scaling method for the tmsBitmap?

The ttmsfmxbitmap has a HighSpeed setting property that is true by default to make sure that the drawing is optimized when the bitmap is being used in other controls multiple times such as our tableview control and the grid control. If you set HighSpeed to false, the scaling should be identical to the Timage scaling


Kind Regards, 
Pieter