Back to Devexpress

CoordPoint Class

corelibraries-devexpress-dot-map-0c4006bf.md

latest9.0 KB
Original Source

CoordPoint Class

The base class for all map coordinate points.

Namespace : DevExpress.Map

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

NuGet Package : DevExpress.Map.Core

Declaration

csharp
public abstract class CoordPoint :
    IXYPoint
vb
Public MustInherit Class CoordPoint
    Implements IXYPoint

The following members return CoordPoint objects:

Show 71 links

LibraryRelated API Members
Cross-Platform Class LibraryCoordPoint.Offset(Double, Double)
ICoordPointConverter.Convert(CoordPoint)
IHeatmapPoint.Location
ISupportCoordLocation.Location
WinForms ControlsBeforeMeasurementEventArgs.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 ControlsBeforeMeasurementEventArgs.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:

Inheritance

Object CoordPoint GeoPoint

CartesianPoint

CartesianPoint

GeoPoint

See Also

CoordPoint Members

DevExpress.Map Namespace