DiagramItem Constructors
The base class for diagram items.Name | Parameters | Description |
---|---|---|
DiagramItem() | none | Initializes a new instance of the DiagramItem class. |
DiagramItem(RectangleF) | bounds | Initializes a new instance of the DiagramItem class. |
DiagramItem(Single, Single, Single, Single) | x, y, width, height | Initializes a new instance of the DiagramItem class. |
See Also