FieldBoundingBox.Item[Int32] Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Collabora con noi su GitHub
L'origine di questo contenuto è disponibile in GitHub, in cui è anche possibile creare ed esaminare i problemi e le richieste pull. Per ulteriori informazioni, vedere la guida per i collaboratori.