Class PointFeature
Assembly: Mapsui.dll
Syntax
public class PointFeature : BaseFeature, IFeature, IDisposable
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
Properties
|
Edit this page
View Source
Extent
Declaration
public MRect Extent { get; }
Property Value
|
Edit this page
View Source
Point
Declaration
public MPoint Point { get; }
Property Value
Methods
|
Edit this page
View Source
CoordinateVisitor(Action<double, double, CoordinateSetter>)
Declaration
public void CoordinateVisitor(Action<double, double, CoordinateSetter> visit)
Parameters
Implements
Extension Methods