| Visual Basic (Declaration) | |
|---|---|
<FlagsAttribute()> Public Enum RasterUpdateOverlayBitsFlags Inherits System.Enum Implements IComparable, IConvertible, IFormattable | |
| Visual Basic (Usage) | Copy Code |
|---|---|
Dim instance As RasterUpdateOverlayBitsFlags | |
| C# | |
|---|---|
[FlagsAttribute()] public enum RasterUpdateOverlayBitsFlags : System.Enum, IComparable, IConvertible, IFormattable | |
| C++/CLI | |
|---|---|
[FlagsAttribute()] public enum class RasterUpdateOverlayBitsFlags : public System.Enum, IComparable, IConvertible, IFormattable | |
| Member | Description |
|---|---|
| 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) |
| FromImage | Update the overlay image with the bits from the corresponding bit plane of the main image. Can be or-ed with Clear |
| FromOverlay | Update the main image bits for the corresponding bitplane using the data from the overlay image. |
| None | No action. |
For more information, refer to Overlay Overview.
System.Object
System.ValueType
System.Enum
Leadtools.RasterUpdateOverlayBitsFlags
Target Platforms: Silverlight, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7, MAC OS/X (Intel Only), Windows Phone 7
Copy Code