Visual Basic (Declaration) | |
---|---|
<FlagsAttribute()> Public Enum RasterUpdateOverlayBitsFlags Inherits Enum |
Visual Basic (Usage) | Copy Code |
---|---|
|
C# | |
---|---|
[FlagsAttribute()] public enum RasterUpdateOverlayBitsFlags : Enum |
Managed Extensions for C++ | |
---|---|
[FlagsAttribute()] __value public enum RasterUpdateOverlayBitsFlags : public 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 2.0, Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family