Visual Basic
C#
Managed Extensions for C++
C++/CLI
Member | Value | Description |
---|---|---|
ACTUAL_SIZE | 3 | The device rectangle is ignored, and the image is scaled 1:1. |
FIT_TO_DEVICE | 0 | The image is scaled to fit both the width and height of the device rectangle. |
FIT_TO_HEIGHT | 2 | The image is scaled to fit the height of the device rectangle. |
FIT_TO_WIDTH | 1 | The image is scaled to fit the width of the device rectangle. |
System.Object
System.ValueType
System.Enum
ImageGear.Display.ImGearFitModes