Specifies ImageGear background modes.
Syntax
__value public enum ImGearBackgroundModes : public System.Enum
public enum class ImGearBackgroundModes : public System.Enum
Members
Member | Description |
BEYOND_IMAGE | Fill device rectangle beyond the image area with background color. |
NONE | Do not draw background. |
UNDER_IMAGE | Fill the area under the image with background color. This mode has effect if image has
transparent color or alpha channel. |
Inheritance Hierarchy
System.Object
System.ValueType
System.Enum
ImageGear.Display.ImGearBackgroundModes
See Also