Skip to main content
A newer version of this page is available. .
All docs
V20.2

TreeMapRect(Double, Double, Double, Double) Constructor

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

Namespace: DevExpress.TreeMap

Assembly: DevExpress.TreeMap.v20.2.Core.dll

NuGet Packages: DevExpress.TreeMap.Core, DevExpress.WindowsDesktop.TreeMap.Core

Declaration

public TreeMapRect(
    double x,
    double y,
    double width,
    double height
)

Parameters

Name Type
x Double
y Double
width Double
height Double
See Also