Skip to content

Latest commit

 

History

History
29 lines (19 loc) · 993 Bytes

README.md

File metadata and controls

29 lines (19 loc) · 993 Bytes

libui.ktx.draw / Image

Image

class Image : Disposable<uiImage>

Constructors

Name Summary
Image Image(width: Double, height: Double)

Inherited properties

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").

Inherited functions

Name Summary
dispose open fun dispose()
Dispose and free all allocated native resources.

Extension functions

Name Summary
bitmap fun Image.bitmap(data: ImageData)