Class PointFeature
Feature representing a point on the map
Assembly: Mapsui.dll
Syntax
public class PointFeature : BaseFeature, IFeature, ICloneable
Constructors
|
Edit this page
View Source
PointFeature(PointFeature)
Declaration
public PointFeature(PointFeature pointFeature)
Parameters
|
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
|
Edit this page
View Source
PointFeature((double x, double y))
Declaration
public PointFeature((double x, double y) point)
Parameters
Properties
|
Edit this page
View Source
Extent
Declaration
public override MRect Extent { get; }
Property Value
Overrides
|
Edit this page
View Source
Point
The location of the feature.
Declaration
public MPoint Point { get; }
Property Value
Methods
|
Edit this page
View Source
Clone()
Creates a new object that is a copy of the current instance.
Declaration
public override object Clone()
Returns
| Type |
Description |
| object |
A new object that is a copy of this instance.
|
Overrides
|
Edit this page
View Source
CoordinateVisitor(Action<double, double, CoordinateSetter>)
Implementation of visitor pattern for coordinates
Declaration
public override void CoordinateVisitor(Action<double, double, CoordinateSetter> visit)
Parameters
Overrides
Implements
Extension Methods