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

DiagramContainerBase(RectangleF) Constructor

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

Namespace: DevExpress.XtraDiagram

Assembly: DevExpress.XtraDiagram.v19.1.dll

Declaration

public DiagramContainerBase(
    RectangleF bounds
)

Parameters

Name Type Description
bounds RectangleF

A RectangleF object that represents the DiagramContainerBase bounds.

See Also