ImageGear for .NET
ImGearFitModes Enumeration
See Also  Send Feedback
ImageGear21.Core Assembly > ImageGear.Display Namespace : ImGearFitModes Enumeration




Glossary Item Box

Identifies how an image fits to the device rectangle.

Syntax

 
Visual Basic
C#
Managed Extensions for C++
C++/CLI
 
 

Members

MemberValueDescription
ACTUAL_SIZE3The device rectangle is ignored, and the image is scaled 1:1.
FIT_TO_DEVICE0The image is scaled to fit both the width and height of the device rectangle.
FIT_TO_HEIGHT2The image is scaled to fit the height of the device rectangle.
FIT_TO_WIDTH1The image is scaled to fit the width of the device rectangle.

Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         ImageGear.Display.ImGearFitModes

See Also

©2013. Accusoft Corporation. All Rights Reserved.