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

MapSize(Double, Double) Constructor

Initializes a new instance of the MapSize class with the specified width and height.

Namespace: DevExpress.XtraMap

Assembly: DevExpress.XtraMap.v19.2.dll

Declaration

public MapSize(
    double width,
    double height
)

Parameters

Name Type Description
width Double

A Double value which specifies the map’s width. This value is assigned to the MapSize.Width property.

height Double

A Double value which specifies the map’s height. This value is assigned to the MapSize.Height property.

See Also