aceImage

This domain object operates on the type aceImage.

The Domain Object

.setFilePath(filePath: string)

Sets the filepath

.getFilePath() ⟶ string

Returns the filepath.

.setWidth(width: number)

Set the width on the image.

getWidth() ⟶ number

Return the width of the image.

.setHeight(height: number)

Sets tje height og the image.

getHeight() ⟶ number

Returns the height of the image.

.clear()

Clear the image data.