LEADTOOLS (Leadtools assembly)
LEAD Technologies, Inc

RasterUpdateOverlayBitsFlags Enumeration






Determines whether the main image or the overlay image should be updated. .NET support Silverlight support WinRT support
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  
Leadtools.RasterUpdateOverlayBitsFlags = function() { };
Leadtools.RasterUpdateOverlayBitsFlags.prototype = {
LeadtoolsMemberMarker(replace me) };
[FlagsAttribute()]
public enum class RasterUpdateOverlayBitsFlags : public System.Enum, System.IComparableSystem.IConvertibleSystem.IFormattable  
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: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

Leadtools Namespace

 

 


Products | Support | Contact Us | Copyright Notices

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