Skip to main content

DiagramContainer(RectangleF) Constructor

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

Namespace: DevExpress.XtraDiagram

Assembly: DevExpress.XtraDiagram.v23.2.dll

NuGet Package: DevExpress.Win.Diagram

Declaration

public DiagramContainer(
    RectangleF bounds
)

Parameters

Name Type Description
bounds RectangleF

A RectangleF object that represents the DiagramContainer bounds.

See Also