Leadtools Send comments on this topic. | Back to Introduction - All Topics | Help Version 16.5.9.25
RasterUpdateOverlayBitsFlags Enumeration
See Also  
Leadtools Namespace : RasterUpdateOverlayBitsFlags Enumeration



Determines whether the main image or the overlay image should be updated.

Syntax

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

Members

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

Remarks

For more information, refer to Overlay Overview.

Inheritance Hierarchy

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

Requirements

Target Platforms: Microsoft .NET Framework 3.0, Windows XP, Windows Server 2003 family, Windows Server 2008 family

See Also