Skip to main content
A newer version of this page is available. .
All docs
V21.1

MeasurementToolbarHitInfo(Point, MeasurementToolbarAction) Constructor

Initializes a new instance of the MeasurementToolbarHitInfo class with specified settings.

Namespace: DevExpress.XtraMap

Assembly: DevExpress.XtraMap.v21.1.dll

NuGet Packages: DevExpress.Win.Design, DevExpress.Win.Map

Declaration

public MeasurementToolbarHitInfo(
    Point hitPoint,
    MeasurementToolbarAction action
)

Parameters

Name Type
hitPoint Point
action DevExpress.XtraMap.MeasurementToolbarAction
See Also