class Image :
Disposable
<
uiImage
>
Name | Summary |
---|---|
Image | Image(width: Double, height: Double) |
Name | Summary |
---|---|
disposed | val disposed: Boolean Returns true if object was disposed - in this case dispose will do nothing, all other operations are invalid and will throw Error("Resource is disposed") . |
Name | Summary |
---|---|
dispose | open fun dispose() Dispose and free all allocated native resources. |
Name | Summary |
---|---|
bitmap | fun Image.bitmap(data: ImageData ) |