Mapsui.Geometries.MultiPoint.Geometry C# (CSharp) Method

Geometry() public method

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