Skip to main content
A newer version of this page is available. .
All docs
V20.2

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