Class
Artboard |
| An artboard object. |
QuickLinks |
remove, removeAll |
Hierarchy
|
|
Properties
| Property | Type | Access | Description |
artboardRect | Rect |
r/w | Size and position of artboard. |
parent | Object |
readonly | The object's container. |
rulerPAR | number (range: 0.1 - 10.0) |
r/w | Pixel aspect ratio, used in ruler visualization if the units are pixels. |
showCenter | bool |
r/w | Show center mark. |
showCrossHairs | bool |
r/w | Show cross hairs. |
showSafeAreas | bool |
r/w | Show title and action safe areas (for video) |
typename | string |
readonly | The class name of the object. |
|
Methods
| Instancesvoid remove ()
Deletes this object.
void removeAll ()
Deletes all elements.
|
Return |
Artboard Artboards.[] (index:
uint)
Artboard Artboards.add (artboardRect:
Rect)
Artboard Artboards.getByName (name:
string)
|