DiagramShape Constructors
Displays a shape on the diagram canvas.
Name | Parameters | Description |
---|---|---|
Diagram |
none |
Initializes a new instance of the Diagram |
Diagram |
shape, bounds, content |
Initializes a new instance of the Diagram |
Diagram |
shape, bounds |
Initializes a new instance of the Diagram |
Diagram |
shape, x, y, width, height, content |
Initializes a new instance of the Diagram |
Diagram |
shape, x, y, width, height |
Initializes a new instance of the Diagram |
Diagram |
shape |
Initializes a new instance of the Diagram |
See Also