Search Results for

    Show / Hide Table of Contents

    Class PointFeature

    Inheritance
    object
    BaseFeature
    PointFeature
    Implements
    IFeature
    IDisposable
    Inherited Members
    BaseFeature.Styles
    BaseFeature.Fields
    BaseFeature.this[string]
    BaseFeature.RenderedGeometry
    BaseFeature.Dispose()
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: Mapsui.Layers
    Assembly: Mapsui.dll
    Syntax
    public class PointFeature : BaseFeature, IFeature, IDisposable

    Constructors

    | Edit this page View Source

    PointFeature(PointFeature)

    Declaration
    public PointFeature(PointFeature pointFeature)
    Parameters
    Type Name Description
    PointFeature pointFeature
    | Edit this page View Source

    PointFeature(MPoint)

    Declaration
    public PointFeature(MPoint point)
    Parameters
    Type Name Description
    MPoint point
    | Edit this page View Source

    PointFeature(double, double)

    Declaration
    public PointFeature(double x, double y)
    Parameters
    Type Name Description
    double x
    double y

    Properties

    | Edit this page View Source

    Extent

    Declaration
    public MRect Extent { get; }
    Property Value
    Type Description
    MRect
    | Edit this page View Source

    Point

    Declaration
    public MPoint Point { get; }
    Property Value
    Type Description
    MPoint

    Methods

    | Edit this page View Source

    CoordinateVisitor(Action<double, double, CoordinateSetter>)

    Declaration
    public void CoordinateVisitor(Action<double, double, CoordinateSetter> visit)
    Parameters
    Type Name Description
    Action<double, double, CoordinateSetter> visit

    Implements

    IFeature
    IDisposable

    Extension Methods

    FeatureExtensions.Copy(IFeature)
    FeatureExtensions.ToDisplayText(IFeature)
    FeatureExtensions.ToStringOfKeyValuePairs(IFeature)
    FeatureExtensions.Copy<T>(T)
    • Edit this page
    • View Source
    In this article
    Back to top Generated by DocFX