Click or drag to resize
ImageViewerControlHighlightRegion Class
Represents an implementation of an annotation for highlighting regions over the image
Inheritance Hierarchy
SystemObject
  DevScope.Ocr.UtilsImageViewerControlHighlightRegion

Namespace: DevScope.Ocr.Utils
Assembly: DevScope.Ocr.Tesseract.Windows.x86 (in DevScope.Ocr.Tesseract.Windows.x86.dll) Version: 2.0.0.0 (2.0.0.0)
Syntax
public class HighlightRegion : ImageViewerControlIAnnotation

The ImageViewerControlHighlightRegion type exposes the following members.

Constructors
  NameDescription
Public methodImageViewerControlHighlightRegion
Initializes a new instance of the ImageViewerControlHighlightRegion class.
Top
Methods
  NameDescription
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodOnPaint
Called when the highlight region control is painting.
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
Properties
  NameDescription
Public propertyBackgroundColor
Gets or sets the background fill color
Public propertyBounds
Gets or sets the size and location of the region to highlight, in pixels, relative to the image size
Public propertyFontSize
Gets or sets the font size of the inner text of the region
Public propertyLineColor
Gets or sets the line color of the region border
Public propertyLineWidth
Gets or sets the line width of the region border
Public propertyTag
Gets or sets the object that contains data about the control.
Public propertyText
Gets or sets the inner text of the region
Public propertyTextColor
Gets or sets the color of the inner text of the region
Public propertyTextOffSetX
Gets or sets the X offset (relating to the Top/Left point of the region boundaries) of the inner text of the region
Public propertyTextOffSetY
Gets or sets the Y offset (relating to the Top/Left point of the region boundaries) of the inner text of the region
Top
See Also