LEADTOOLS (Leadtools assembly) Send comments on this topic. | Back to Introduction - All Topics | Help Version 17.0.3.29
RasterUpdateOverlayBitsFlags Enumeration
See Also  
Leadtools Namespace : RasterUpdateOverlayBitsFlags Enumeration



Determines whether the main image or the overlay image should be updated. Supported in Silverlight, Windows Phone 7

Syntax

Visual Basic (Declaration) 
<FlagsAttribute()>
Public Enum RasterUpdateOverlayBitsFlags 
   Inherits System.Enum
   Implements IComparableIConvertibleIFormattable 
Visual Basic (Usage)Copy Code
Dim instance As RasterUpdateOverlayBitsFlags
C# 
[FlagsAttribute()]
public enum RasterUpdateOverlayBitsFlags : System.Enum, IComparableIConvertibleIFormattable  
C++/CLI 
[FlagsAttribute()]
public enum class RasterUpdateOverlayBitsFlags : public System.Enum, IComparableIConvertibleIFormattable  

Members

MemberDescription
ClearClears the bits from the bitplane associated with the overlay that are not contained in the overlay image (use only in combination with FromOverlay)
FromImageUpdate the overlay image with the bits from the corresponding bit plane of the main image. Can be or-ed with Clear
FromOverlayUpdate the main image bits for the corresponding bitplane using the data from the overlay image.
NoneNo action.

Remarks

For more information, refer to Overlay Overview.

Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         Leadtools.RasterUpdateOverlayBitsFlags

Requirements

Target Platforms: Silverlight, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7, MAC OS/X (Intel Only), Windows Phone 7

See Also