Struct BoundingPolygon
A sequence of System.Drawing.PointF representing a polygon that outlines an element in a recognized document. Coordinates are specified relative to the top-left of the page, and points are ordered clockwise from the left relative to the element orientation. Units are in pixels for images and inches for PDF. The LengthUnit type of a recognized page can be found at Unit.
Namespace: System.Dynamic.ExpandoObject
Assembly: Azure.AI.FormRecognizer.dll
Syntax
public struct BoundingPolygon
Properties
Item[Int32]
Gets one of the points that set the limits of this BoundingPolygon. Coordinates are specified relative to the top-left of the original image, and points are ordered clockwise from the left relative to the text orientation.
Declaration
public System.Drawing.PointF this[int index] { get; }
Parameters
System.Int32
index
The 0-based index of the point to be retrieved. |
Property Value
System.Drawing.PointF
A System.Drawing.PointF corresponding to the specified |
Methods
ToString()
Returns string representation for BoundingPolygon.
Declaration
public override string ToString ();
Returns
System.String
|