←Select platform

RasterUpdateOverlayBitsFlags Enumeration

Summary

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

Syntax

C#
VB
Java
Objective-C
WinRT C#
C++
[FlagsAttribute()] 
public enum RasterUpdateOverlayBitsFlags 
<FlagsAttribute()> 
Public Enum RasterUpdateOverlayBitsFlags  
    
    
[FlagsAttribute()] 
public enum RasterUpdateOverlayBitsFlags    
typedef NS_OPTIONS(NSUInteger, LTRasterUpdateOverlayBitsFlags) 
public enum RasterUpdateOverlayBitsFlags 
Leadtools.RasterUpdateOverlayBitsFlags = function() { }; 
Leadtools.RasterUpdateOverlayBitsFlags.prototype = {<br/> 
  None = 0x00000000, 
    FromOverlay = 0x00000001, 
    FromImage = 0x00000002, 
    Clear = 0x00000004, 
     
 }; 
[FlagsAttribute()] 
public enum class RasterUpdateOverlayBitsFlags   

Members

ValueMemberDescription
0x00000000None No action.
0x00000001FromOverlay Update the main image bits for the corresponding bitplane using the data from the overlay image.
0x00000002FromImage Update the overlay image with the bits from the corresponding bit plane of the main image. Can be or-ed with Clear
0x00000004Clear 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.

Requirements

Target Platforms

See Also

Reference

Leadtools Namespace

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools Assembly