Name
FlipBrush -- flip a brush (V1.5)
Synopsis
FlipBrush(id, xflip)
Function
This function flips (mirrors) the brush specified by id. If xflip is set to True, the brush will be flipped in x-direction otherwise it will be flipped in y-direction.

Inputs
id
brush to flip
xflip
True for horizontal (x) flip, False for vertical (y) flip
Example
FlipBrush(1, TRUE)
The code above flips the brush horizontally.

Show TOC