ImageGear .NET v25.2 - Updated
ImageGear.Core Assembly / ImageGear.Display Namespace / ImGearBackgroundModes Enumeration




In This Topic
    ImGearBackgroundModes Enumeration
    In This Topic
    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
    MemberValueDescription
    BEYOND_IMAGE2Fill device rectangle beyond the image area with background color.
    NONE0Do not draw background.
    UNDER_IMAGE1Fill 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