Show / Hide Table of Contents

    Class GeometryIterator

    Inheritance
    System.Object
    GeometryIterator
    Inherited Members
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.ToString()
    Namespace: Mapsui.Projection
    Assembly: Mapsui.dll
    Syntax
    public static class GeometryIterator

    Methods

    | Improve this Doc View Source

    AllVertices(IGeometry)

    Declaration
    public static IEnumerable<Point> AllVertices(this IGeometry geometry)
    Parameters
    Type Name Description
    IGeometry geometry
    Returns
    Type Description
    System.Collections.Generic.IEnumerable<Point>
    • Improve this Doc
    • View Source
    Back to top Generated by DocFX