Skip to main content
A newer version of this page is available. .

CoordPoint Class

The base class for all map coordinate points.

Namespace: DevExpress.Map

Assembly: DevExpress.Map.v18.1.Core.dll

Declaration

public abstract class CoordPoint

The following members accept/return CoordPoint objects:

Show 67 links
Library Related API Members
Cross-Platform Class Library CoordPoint.Offset(Double, Double)
ISupportCoordLocation.Location
WinForms Controls CartesianMapCoordinateSystem.CreatePoint(Double, Double)
CartesianMapCoordinateSystem.CreatePoint(String)
CartesianPoint.Offset(Double, Double)
CoordinateConverterBase.Convert(CoordPoint)
CoordPointCollection.Item[Int32]
FixedMiniMapBehavior.CenterPoint
GeoMapCoordinateSystem.CreatePoint(Double, Double)
GeoMapCoordinateSystem.CreatePoint(String)
GeoPoint.Offset(Double, Double)
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 CartesianMapCoordinateSystem.CreatePoint(Double, Double)
CartesianMapCoordinateSystem.CreatePoint(String)
CartesianPoint.Offset(Double, Double)
CoordinateConverterBase.Convert(CoordPoint)
GeoMapCoordinateSystem.CreatePoint(Double, Double)
GeoMapCoordinateSystem.CreatePoint(String)
GeoPoint.Offset(Double, Double)
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)

The following code snippets (auto-collected from DevExpress Examples) contain references to the CoordPoint class.

Note

The algorithm used to collect these code examples remains a work in progress. Accordingly, the links and snippets below may produce inaccurate results. If you encounter an issue with code examples below, please use the feedback form on this page to report the issue.

See Also