Leadtools Namespace : RasterUpdateOverlayBitsFlags Enumeration |
[FlagsAttribute()] public enum RasterUpdateOverlayBitsFlags : System.Enum, System.IComparable, System.IConvertible, System.IFormattable
'Declaration <FlagsAttribute()> Public Enum RasterUpdateOverlayBitsFlags Inherits System.Enum Implements System.IComparable, System.IConvertible, System.IFormattable
'Usage Dim instance As RasterUpdateOverlayBitsFlags
[FlagsAttribute()] public enum RasterUpdateOverlayBitsFlags : System.IComparable, System.IConvertible, System.IFormattable
Leadtools.RasterUpdateOverlayBitsFlags = function() { }; Leadtools.RasterUpdateOverlayBitsFlags.prototype = {
LeadtoolsMemberMarker(replace me) };
[FlagsAttribute()] public enum class RasterUpdateOverlayBitsFlags : public System.Enum, System.IComparable, System.IConvertible, System.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: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2