class Stroke :
Disposable
<
uiDrawStrokeParams
>
Describes the stroke to draw with.
Name | Summary |
---|---|
Stroke | Stroke() |
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. |