new ConnectorLine(_cInfo)
Connector Line Class is used draw connection between two shapes
The class itself inherits from Shape Class
Parameters:
| Name | Type | Description |
|---|---|---|
_cInfo |
is an object that consists of the following pos (x1,y1,x2,y2) - properties - param |
- Source:
Methods
deleteShape()
This Function overrides deleteShape function from parent Shape Class to delete the connection
- Source:
Returns:
- nothing