constructor(shape, position) Constructor
Initializes a new instance of the ASPxClientDiagramAddShapeEventArgs class with specified settings.
Declaration
constructor(
shape: DiagramShape,
position: any
)
Parameters
| Name | Type | Description |
|---|---|---|
| shape | DiagramShape | The shape object. |
| position | any | An object that contains the shape coordinates. |
See Also