Mapsui.Geometries.MultiPoint.Geometry C# (CSharp) 메소드

Geometry() 공개 메소드

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