Drawing
Drawing.new
<DrawingObject> Drawing.new(<string> type)
Create a new drawing object of the specified type.
Drawing.Fonts
Index
Value
UI
0
System
1
Plex
2
Monospace
3
cleardrawcache
<nil> cleardrawcache()
Destroys every drawing object in the cache. Invalidates references to the drawing objects.
getrenderproperty
<any> getrenderproperty(<DrawingObject> drawing, <string> property)
Gets the value of a property of a drawing. Functionally identical to drawing[property]
.
isrenderobj
<boolean> isrenderobj(<any> object)
Returns whether the given object is a valid Drawing.
setrenderproperty
<nil> setrenderproperty(<DrawingObject> drawing, <string> property, <any> value)
Sets the value of a property of a drawing. Functionally identical to drawing[property] = value
.
Last updated