Skip to main content

CoordPoint Class

The base class for all map coordinate points.

Namespace: DevExpress.Map

Assembly: DevExpress.Map.v23.2.Core.dll

NuGet Package: DevExpress.Map.Core

Declaration

public abstract class CoordPoint :
    IXYPoint

The following members return CoordPoint objects:

Show 71 links
Library Related API Members
Cross-Platform Class Library CoordPoint.Offset(Double, Double)
ICoordPointConverter.Convert(CoordPoint)
IHeatmapPoint.Location
ISupportCoordLocation.Location
WinForms Controls BeforeMeasurementEventArgs.StartPoint
CartesianPoint.Offset(Double, Double)
CoordinateConverterBase.Convert(CoordPoint)
CoordPointCollection.Item[Int32]
ExpandedClusterAdaptiveLayout.GetLocation(MapItem, Int32)
ExpandedClusterCircularLayout.GetLocation(MapItem, Int32)
ExpandedClusterLayoutBase.GetLocation(MapItem, Int32)
ExpandedClusterSourceLocationLayout.GetLocation(MapItem, Int32)
ExpandedClusterSpiralLayout.GetLocation(MapItem, Int32)
FixedMiniMapBehavior.CenterPoint
GeoPoint.Offset(Double, Double)
HeatmapPoint.Location
IExpandedClusterLayout.GetLocation(MapItem, Int32)
MapBubble.Location
MapControl.CenterPoint
MapControl.MapUnitToCoordPoint(MapUnit)
MapControl.ScreenPointToCoordPoint(MapPoint)
MapControl.ScreenPointToCoordPoint(Point)
MapCoordinateSystem.CreatePoint(Double, Double)
MapCoordinateSystem.CreatePoint(String)
MapDot.Location
MapEllipse.Location
MapLine.Point1
MapLine.Point2
MapPie.Location
MapPointer.Location
MapRectangle.Location
MapShape.GetCenter()
MapViewport.CenterPoint
SourceCoordinateSystem.CreatePoint(Double, Double)
SvgFileDataAdapter.BoundaryPoint1
SvgFileDataAdapter.BoundaryPoint2
ViewportChangedEventArgs.BottomRight
ViewportChangedEventArgs.TopLeft
WmsBoundingBox.LeftTop
WmsBoundingBox.RightBottom
WmsLayer.LeftTop
WmsLayer.RightBottom
WPF Controls BeforeMeasurementEventArgs.StartPoint
CartesianPoint.Offset(Double, Double)
CoordinateConverterBase.Convert(CoordPoint)
GeoPoint.Offset(Double, Double)
HeatmapPoint.Location
MapChartItemBase.Location
MapControl.CenterPoint
MapControl.MapUnitToCoordPoint(MapUnit)
MapControl.ScreenPointToCoordPoint(Point)
MapCoordinateSystem.CreatePoint(Double, Double)
MapCoordinateSystem.CreatePoint(String)
MapCustomElement.Location
MapDot.Location
MapEllipse.Location
MapLine.Point1
MapLine.Point2
MapPushpin.Location
MapRectangle.Location
MapShapeBase.GetCenter()
MapViewport.CenterPoint
SourceCoordinateSystem.CreatePoint(Double, Double)
SvgFileDataAdapter.BoundaryPoint1
SvgFileDataAdapter.BoundaryPoint2
ToolTipInfo.CoordPoint
WmsBoundingBox.LeftTop
WmsBoundingBox.RightBottom
WmsLayer.LeftTop
WmsLayer.RightBottom
WmsPointConverterBase.Convert(CoordPoint)

Remarks

The Map Control for WinForms uses the following CoordPoint descendants in the DevExpress.XtraMap namespace:

The Map Control for WPF uses the following CoordPoint descendants in the DevExpress.Xpf.Map namespace:

See Also