Skip to main content

DiagramContainerBase(Single, Single, Single, Single) Constructor

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

Namespace: DevExpress.XtraDiagram

Assembly: DevExpress.XtraDiagram.v23.2.dll

NuGet Package: DevExpress.Win.Diagram

Declaration

public DiagramContainerBase(
    float x,
    float y,
    float width,
    float height
)

Parameters

Name Type Description
x Single

The horizontal coordinate of the shape’s upper left corner.

y Single

The vertical coordinate of the shape’s upper left corner.

width Single

The width of the container.

height Single

The height of the container.

See Also