ImageGear .NET - Updated
ImGearBackgroundModes Enumeration




ImageGear24.Core Assembly > ImageGear.Display Namespace : ImGearBackgroundModes Enumeration
Specifies ImageGear background modes.
Syntax
'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 
Members
MemberDescription
BEYOND_IMAGEFill device rectangle beyond the image area with background color.
NONEDo not draw background.
UNDER_IMAGEFill 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

Reference

ImageGear.Display Namespace