ImageGear22.Core Assembly > ImageGear.Display Namespace : ImGearBackgroundModes Enumeration |
'Declaration Public Enum ImGearBackgroundModes Inherits System.Enum
'Usage Dim instance As ImGearBackgroundModes
public enum ImGearBackgroundModes : System.Enum
__value public enum ImGearBackgroundModes : public System.Enum
public enum class ImGearBackgroundModes : public System.Enum
Member | Value | Description |
---|---|---|
BEYOND_IMAGE | 0x00000002 | Fill device rectangle beyond the image area with background color. |
NONE | 0x00000000 | Do not draw background. |
UNDER_IMAGE | 0x00000001 | Fill the area under the image with background color. This mode has effect if image has transparent color or alpha channel. |
System.Object
System.ValueType
System.Enum
ImageGear.Display.ImGearBackgroundModes