Mapsui.Geometries.MultiPoint.Geometry C# (CSharp) Méthode

Geometry() public méthode

Returns an indexed geometry in the collection
public Geometry ( int n ) : System.Point
n int Geometry index
Résultat System.Point
        public new Point Geometry(int n)
        {
            return Points[n];
        }