Click or drag to resize

HotImageSizeModeType Enumeration

The options for setting the SizeMode.

Namespace:  Deltabit.WinForms
Assembly:  Deltabit.HotImage (in Deltabit.HotImage.dll) Version: 2.1.1.0 (2.1.1)
Syntax
public enum SizeModeType
Members
  Member nameValueDescription
Normal0 The size of the HotImage does not change, and the Image size does not change.
StretchImage1 The Image is stretched to fit inside of the HotImage. Aspect ratio is not retained.
AutoSize2 The size of the HotImage changes to the size of the Image.
CenterImage3 The size of the Image is not changed and the size of the HotImage is not changed. The Image is centered in the HotImage.
KeepAspectRatio4 The HotImage remains the same size but the Image is resized to fit into the HotImage, retaining the aspect ratio.
See Also