FlipBrush(id, xflip)
id. If
xflip is set to True, the brush will be flipped in x-direction
otherwise it will be flipped in y-direction.
True for horizontal (x) flip, False for vertical (y) flipFlipBrush(1, TRUE)The code above flips the brush horizontally.