Struct OcrPoint
- Assembly
- VisioForge.Core.dll
A single integer pixel coordinate of an OCR text-region polygon vertex.
public struct OcrPointInherited Members
Constructors
OcrPoint(int, int)
Initializes a new instance of the VisioForge.Core.Types.VideoProcessing.OcrPoint struct.
public OcrPoint(int x, int y)Parameters
Properties
X
Gets or sets the x-coordinate, in source-frame pixels.
public int X { readonly get; set; }Property Value
Y
Gets or sets the y-coordinate, in source-frame pixels.
public int Y { readonly get; set; }Property Value
Methods
ToString()
Returns the fully qualified type name of this instance.
public override string ToString()Returns
- string
-
The fully qualified type name.