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