你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

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