'Declaration Public Enum ImageSizeMode Inherits System.Enum
public enum ImageSizeMode : System.Enum
__value public enum ImageSizeMode : public System.Enum
public enum class ImageSizeMode : public System.Enum
'Declaration Public Enum ImageSizeMode Inherits System.Enum
public enum ImageSizeMode : System.Enum
__value public enum ImageSizeMode : public System.Enum
public enum class ImageSizeMode : public System.Enum
Member | Description |
---|---|
FitToWidth | Scale the image to fit the width of control. |
FitToHeight | Scale the image to fit the height of control. |
BestFit | Scale the image proportion to the control. |
Zoom | Zoom the image to the specified value. |
Normal | View image using image resolution without scaling. |
PixelToPixel | View image using the screen resolution without scaling. Image resolution will be ignored. |
System.Object
 System.ValueType
   System.Enum
     Vintasoft.Imaging.UI.ImageSizeMode
Target Platforms: .NET9; .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5