Skip to main content

getHatches

Returns an array of available fill styles.

Syntax

RxCore.getHatches()

Parameters

  • None

Returns

  • Array of fill style objects — Each fill style object is structured as follows:
Fillstyle = {
type: 'hatch',
name: name,
ptrn: Hatchimage,
tilesize: size,
color: color,
description: szdescript,
inuse: false
};