In This Topic
GdPicture14.WPF Namespace / GdViewer.RegionFillMode Enumeration

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
MemberValueDescription
Multiply1The 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.
Negative2The colors of the area covered by the region are inverted. The background color of the region is ignored.
Normal0The background color of the region is blended with the canvas using normal alpha blending.
Unknown-1Unknown fill mode.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         GdPicture14.WPF.GdViewer.RegionFillMode

See Also