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

HeatmapPoint(CoordPoint) Constructor

Initializes a new instance of the HeatmapPoint class with the specified location.

Namespace: DevExpress.Xpf.Map

Assembly: DevExpress.Xpf.Map.v20.2.dll

NuGet Packages: DevExpress.WindowsDesktop.Wpf.Map, DevExpress.Wpf.Map

Declaration

public HeatmapPoint(
    CoordPoint point
)

Parameters

Name Type Description
point CoordPoint

Specifies the heatmap point location.

See Also