GUI_HatchChange
Callback returns a fill object when fill is applied or removed.
Callback Parameters
- Fillstyle: A fill style object.
JavaScript Example
Fillstyle {
type: 'hatch'; // Type of fill
name: HatchImage; // Name of the hatch image
ptm: HatchImage; // Hatch image object
tilesize: size; // Size of the tiles
color: color; // Fill color
description: szdescript; // Description of the fill style
inuse: false; // Indicates if the fill style is currently in use
}