LibreOffice
LibreOffice 24.2 SDK API Reference
|
defines modes how an image displayed in a given area should be scaled to fit this area More...
Variables | |
const short | NONE = 0 |
specifies that no scaling should happen at all More... | |
const short | ISOTROPIC = 1 |
specifies that the image should be scaled up or down to the size of the surrounding area isotropically, i.e. More... | |
const short | ANISOTROPIC = 2 |
specifies that the image should be scaled up or down to the size of the surrounding area anisotropically. More... | |
defines modes how an image displayed in a given area should be scaled to fit this area
const short ANISOTROPIC = 2 |
specifies that the image should be scaled up or down to the size of the surrounding area anisotropically.
The image will finally cover all of the surrounding area, but its dimensions might be distorted.
const short ISOTROPIC = 1 |
specifies that the image should be scaled up or down to the size of the surrounding area isotropically, i.e.
by keeping its aspect ratio.
const short NONE = 0 |
specifies that no scaling should happen at all