| Visual Basic (Declaration) | |
|---|---|
<FlagsAttribute()> Public Enum RasterUpdateOverlayBitsFlags Inherits Enum  | |
| Visual Basic (Usage) |  Copy Code | 
|---|---|
 | |
| C# | |
|---|---|
[FlagsAttribute()] public enum RasterUpdateOverlayBitsFlags : Enum  | |
| C++/CLI | |
|---|---|
[FlagsAttribute()] public enum class RasterUpdateOverlayBitsFlags : public Enum  | |
| Member | Description | 
|---|---|
| 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) | 
For more information, refer to Overlay Overview.
System.Object
   System.ValueType
      System.Enum
         Leadtools.RasterUpdateOverlayBitsFlags
Target Platforms: Microsoft .NET Framework 3.0, Windows XP, Windows Server 2003 family, Windows Server 2008 family