Geotools.Net

Polygon.GetNumPoints Method 

Returns the number of points in this polygon.

[Visual Basic]
Overrides Public Function GetNumPoints() As Integer
[C#]
public override int GetNumPoints();

Return Value

The number of points in the polygon (both the shell and interior rings if they exist).

Remarks

Missing <remarks> documentation for M:Geotools.Geometries.Polygon.GetNumPoints

See Also

Polygon Class | Polygon Members | Geotools.Geometries Namespace