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
Gets the value of a property of a drawing. Functionally identical to drawing[property].
isrenderobj
Returns whether the given object is a valid Drawing.
setrenderproperty
Sets the value of a property of a drawing. Functionally identical to drawing[property] = value.
Last updated