Click or drag to resize

OcrRegionAnnotation Constructor (RectangleF, Int32, Color)

Creates a new instance of OcrRegionAnnotation specifying its bounds, sequence order and color.

Namespace:  Atalasoft.Annotate.UI
Assembly:  Atalasoft.dotImage (in Atalasoft.dotImage.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax
public OcrRegionAnnotation(
	RectangleF bounds,
	int sequenceOrder,
	Color color
)

Parameters

bounds
Type: System.DrawingRectangleF
The selection bounds for the annotation.
sequenceOrder
Type: SystemInt32
The sequence number for the annotation. This must be 1 or greater.
color
Type: System.DrawingColor
The color for this annotation.
Exceptions
ExceptionCondition
Thrown if the sequenceOrder is less than 1.
See Also