Table of Contents

Struct OcrPoint

Namespace
VisioForge.Core.Types.VideoProcessing
Assembly
VisioForge.Core.dll

A single integer pixel coordinate of an OCR text-region polygon vertex.

public struct OcrPoint

Inherited Members

Constructors

OcrPoint(int, int)

Initializes a new instance of the VisioForge.Core.Types.VideoProcessing.OcrPoint struct.

public OcrPoint(int x, int y)

Parameters

x int

The x-coordinate.

y int

The y-coordinate.

Properties

X

Gets or sets the x-coordinate, in source-frame pixels.

public int X { readonly get; set; }

Property Value

int

Y

Gets or sets the y-coordinate, in source-frame pixels.

public int Y { readonly get; set; }

Property Value

int

Methods

ToString()

Returns the fully qualified type name of this instance.

public override string ToString()

Returns

string

The fully qualified type name.