Constructors
Creates a new Artboard in the document.
- Parameters:
- bounds: Rectangle — the bounding rectangle of the Artboard — optional
- showCenter: Boolean — optional, default: false
- showCrossHairs: Boolean — optional, default: false
- showSafeAreas: Boolean — optional, default: false
- pixelAspectRatio: Number — optional, default: 1
- Returns:
- Artboard
Properties
Specifies whether the center mark of the artboard is visible.
- Returns:
- Boolean — true if the center mark is visible, false otherwise
Specifies whether crosshairs are shown on the artboard.
- Returns:
- Boolean — true if crosshairs are visible, false otherwise
Specifies whether to show title and action safe areas (for video).
- Returns:
- Boolean — true if title and action safe areas are visible, false otherwise
The pixel aspect ratio which is used in ruler visualization if the units are pixels.
- Returns:
- Number