IDiagram.ShowShapes method
Namespace: NextDesign.Core
Description
Show all specified shapes.
argument
Name | Type | Description |
---|---|---|
shapes | IEnumerable<IShape> | Enumeration of shapes to display Cannot be null. |
Return value
- void
Exception
Name | Exception class | Description |
---|---|---|
Invalid argument | ExtensionArgumentException | If null is specified for shapes |