Poly2d.Item Property

Gets a reference to a PolyPoint2d in the poly or sets it to a copy of a given point.
public PolyPoint2d this
   int idx 
] {get; set;}

Parameters

idx
int

The index of the point to get or set. This index is 'circular' which means -1 is the last point and NodeCount is the first

Property Value

PolyPoint2d

A reference to a point in the poly.

.NET Framework

Supported in: 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8

In this article

Definition