ImageGear for .NET
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
MemberValueDescription
BEYOND_IMAGE0x00000002Fill device rectangle beyond the image area with background color.
NONE0x00000000Do not draw background.
UNDER_IMAGE0x00000001Fill 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

 

 


©2014. Accusoft Corporation. All Rights Reserved.

Send Feedback