Skip to content

Latest commit

 

History

History
25 lines (16 loc) · 881 Bytes

File metadata and controls

25 lines (16 loc) · 881 Bytes

libui.ktx.draw / Stroke

Stroke

class Stroke : Disposable<uiDrawStrokeParams>

Describes the stroke to draw with.

Constructors

Name Summary
Stroke Stroke()

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.