Share via


FieldBoundingBox.Item[Int32] Property

Definition

Gets one of the points that set the limits of this FieldBoundingBox. Coordinates are specified relative to the top-left of the original image, and points are ordered clockwise from the top-left corner relative to the text orientation.

public System.Drawing.PointF this[int index] { get; }
member this.Item(int) : System.Drawing.PointF
Default Public ReadOnly Property Item(index As Integer) As PointF

Parameters

index
Int32

The 0-based index of the point to be retrieved.

Property Value

A PointF corresponding to the specified index.

Applies to