CogOCRMaxCharMetrics MarkRect Property Cognex VisionPro
The mark rectangle.

Namespace: Cognex.VisionPro.OCRMax
Assembly: Cognex.VisionPro.OCRMax (in Cognex.VisionPro.OCRMax.dll) Version: 65.1.0.0
Syntax

public CogRectangle MarkRect { get; set; }

Property Value

Type: CogRectangle
The MarkRect value. The default value is nullptr.
Events

Event TypeReason
ICogChangedEvent Changed

Fires when this property changes.

The following state flag may be affected:

  • SfMarkRect
Remarks

The mark rectangle of a character is a tight bounding box enclosing all of foreground (e.g. ink) pixels in the character image.

See Also