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

MapUnit(Double, Double) Constructor

Initializes a new instance of the MapUnit class with the specified X and Y locations of the map unit.

Namespace: DevExpress.Xpf.Map

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

Declaration

public MapUnit(
    double x,
    double y
)

Parameters

Name Type Description
x Double

A Double value which specifies the X position of the map unit. This value is assigned to the MapUnit.X property.

y Double

A Double value which specifies the Y position of the map unit. This value is assigned to the MapUnit.Y property.

See Also