DiagramContainerBase Constructors
The base class for containers.Name | Parameters | Description |
---|---|---|
DiagramContainerBase() | none | Initializes a new instance of the DiagramContainerBase class with default settings. |
DiagramContainerBase(RectangleF) | bounds | Initializes a new instance of the DiagramContainerBase class with specified settings. |
DiagramContainerBase(Single, Single, Single, Single) | x, y, width, height | Initializes a new instance of the DiagramContainerBase class with specified settings. |
See Also