Skip to main content

DiagramContainerBase(RectangleF) Constructor

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

Namespace: DevExpress.XtraDiagram

Assembly: DevExpress.XtraDiagram.v24.1.dll

NuGet Package: DevExpress.Win.Diagram

Declaration

public DiagramContainerBase(
    RectangleF bounds
)

Parameters

Name Type Description
bounds RectangleF

A RectangleF object that represents the DiagramContainerBase bounds.

See Also