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