←Select platform

RasterUpdateOverlayBitsFlags Enumeration

Summary
Determines whether the main image or the overlay image should be updated.
Syntax
C#
VB
Objective-C
C++
Java
[FlagsAttribute()] 
public enum RasterUpdateOverlayBitsFlags 
<FlagsAttribute()> 
Public Enum RasterUpdateOverlayBitsFlags  
typedef NS_OPTIONS(NSUInteger, LTRasterUpdateOverlayBitsFlags) 
public enum RasterUpdateOverlayBitsFlags 
[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 21.0.2021.7.2
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.

Leadtools Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.