Back to Devexpress

DiagramShape Constructors

windowsforms-devexpress-dot-xtradiagram-dot-diagramshape-dot-ctor.md

latest2.3 KB
Original Source

DiagramShape Constructors

Displays a shape on the diagram canvas.

NameParametersDescription
DiagramShape()noneInitializes a new instance of the DiagramShape class.
DiagramShape(ShapeDescription, RectangleF, String)shape, bounds, contentInitializes a new instance of the DiagramShape class with the specified settings.
DiagramShape(ShapeDescription, RectangleF)shape, boundsInitializes a new instance of the DiagramShape class with the specified settings.
DiagramShape(ShapeDescription, Single, Single, Single, Single, String)shape, x, y, width, height, contentInitializes a new instance of the DiagramShape class with the specified settings.
DiagramShape(ShapeDescription, Single, Single, Single, Single)shape, x, y, width, heightInitializes a new instance of the DiagramShape class with the specified settings.
DiagramShape(ShapeDescription)shapeInitializes a new instance of the DiagramShape class with the specified settings.

See Also

DiagramShape Class

DiagramShape Members

DevExpress.XtraDiagram Namespace