ImageGear for Java
ImGearFitModes Enumeration
Identifies how an image fits to the device rectangle.
Members
MemberDescription
ACTUAL_SIZEThe device rectangle is ignored, and the image is scaled 1:1.
FIT_TO_DEVICEThe image is scaled to fit both the width and height of the device rectangle.
FIT_TO_HEIGHTThe image is scaled to fit the height of the device rectangle.
FIT_TO_WIDTHThe image is scaled to fit the width of the device rectangle.
Inheritance Hierarchy

java.lang.Object
   java.lang.Enum
      com.accusoft.imagegear.display.ImGearFitModes

See Also

Reference

com.accusoft.imagegear.display Package

 

 


©2016. Accusoft Corporation. All Rights Reserved.

Send Feedback