ImageGearJava Project > com.accusoft.imagegear.display Package : ImGearFitModes Enumeration |
Member | Description |
---|---|
ACTUAL_SIZE | The device rectangle is ignored, and the image is scaled 1:1. |
FIT_TO_DEVICE | The image is scaled to fit both the width and height of the device rectangle. |
FIT_TO_HEIGHT | The image is scaled to fit the height of the device rectangle. |
FIT_TO_WIDTH | The image is scaled to fit the width of the device rectangle. |
java.lang.Object
java.lang.Enum
com.accusoft.imagegear.display.ImGearFitModes