DiagramCommandsBase.Execute Method
Name | Parameters | Description |
---|---|---|
Execute(DiagramCommand, IMouseArgs) | command, args | Executes the specified diagram command. |
Execute<T>(DiagramCommand<T>, T, IMouseArgs) | command, parameter, args | Executes the specified diagram command. |