GdViewer.RegionFillMode Enumeration
In This Topic
Specifies the fill mode used to combine the region fill color and the displayed area of the image covered by this region when highlighting.
Syntax
'Declaration
Public Enum GdViewer.RegionFillMode
Inherits System.Enum
public enum GdViewer.RegionFillMode : System.Enum
public enum GdViewer.RegionFillMode = class(System.Enum)
public enum GdViewer.RegionFillMode extends System.Enum
__value public enum GdViewer.RegionFillMode : public System.Enum
public enum class GdViewer.RegionFillMode : public System.Enum
Members
Member | Value | Description |
Multiply | 1 | The background color of the region is blended with the canvas using multiply alpha blending.
This produces the effect of a highlighter. This is the mode used by the built-in text search feature. |
Negative | 2 | The colors of the area covered by the region are inverted. The background color of the region is ignored. |
Normal | 0 | The background color of the region is blended with the canvas using normal alpha blending. |
Unknown | -1 | Unknown fill mode. |
Inheritance Hierarchy
System.Object
System.ValueType
System.Enum
GdPicture14.WPF.GdViewer.RegionFillMode
See Also