ASPxClientImageBase.SetSize(width, height) Method
Sets the size of the image displayed within the image editor.
Declaration
SetSize(
width: number,
height: number
): void
Parameters
Name | Type | Description |
---|---|---|
width | number | The image’s width. |
height | number | The image’s height. |
See Also