Skip to main content

DiagramItem(RectangleF) Constructor

Initializes a new instance of the DiagramItem class.

Namespace: DevExpress.XtraDiagram

Assembly: DevExpress.XtraDiagram.v23.2.dll

NuGet Package: DevExpress.Win.Diagram

Declaration

public DiagramItem(
    RectangleF bounds
)

Parameters

Name Type Description
bounds RectangleF

A RectangleF object that represents the DiagramItem bounds.

See Also