roParagraphScreen has two methods for adding an image:
- AddGraphic(url as String)
- AddGraphic(url as String, displayMode as String)
Where displayMode can be one of
- "scale-to-fill" - marked "(Default)"
- "scale-to-fit." - typo*
- "zoom-to-fill"
- "photo-fit"
My question is
what is the default display mode that is used by AddGraphic, i.e. with no param or invalid displayMode? It is not "scale-to-fill", contrary to what doc says. Rather, for the image i have it seems to show it 1:1 (no scale) but chomps about 1/3 from top and 1/3 from bottom. It is not photo-fit either.
(*) This is extra strange: see the extra period "." at after scale-to-fit? That is exactly how it is spelled
everywhere in the documentation. That spelling is nothing if not consistent. But apparently that's a typo that got copy&pasted 7 times, since parameter does not work with the dot at the end.