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.2.Core.dll

Declaration

public abstract class CoordPoint

The following members return CoordPoint objects:

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

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