LEADTOOLS (Leadtools assembly)

RasterUpdateOverlayBitsFlags Enumeration

Show in webframe







Determines whether the main image or the overlay image should be updated.
Syntax
[FlagsAttribute()]
public enum RasterUpdateOverlayBitsFlags : System.Enum, System.IComparableSystem.IConvertibleSystem.IFormattable  
'Declaration
 
<FlagsAttribute()>
Public Enum RasterUpdateOverlayBitsFlags 
   Inherits System.Enum
   Implements System.IComparableSystem.IConvertibleSystem.IFormattable 
'Usage
 
Dim instance As RasterUpdateOverlayBitsFlags
[FlagsAttribute()]
public enum RasterUpdateOverlayBitsFlags : System.IComparableSystem.IConvertibleSystem.IFormattable  

            
public enum RasterUpdateOverlayBitsFlags
Leadtools.RasterUpdateOverlayBitsFlags = function() { };
Leadtools.RasterUpdateOverlayBitsFlags.prototype = {
None = 0, FromOverlay = 0x00000001, FromImage = 0x00000002, Clear = 0x00000004, };
[FlagsAttribute()]
public enum class RasterUpdateOverlayBitsFlags : public System.Enum, System.IComparableSystem.IConvertibleSystem.IFormattable  
Members
ValueMemberDescription
0NoneNo action.
0x00000001FromOverlayUpdate the main image bits for the corresponding bitplane using the data from the overlay image.
0x00000002FromImageUpdate the overlay image with the bits from the corresponding bit plane of the main image. Can be or-ed with Clear
0x00000004ClearClears 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

See Also

Reference

Leadtools Namespace

 

 


Products | Support | Contact Us | Copyright Notices

© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.