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