Brush Styles - MapInfo_Pro - 2023

MapInfo Pro Help

Product type
Software
Portfolio
Locate
Product family
MapInfo
Product
MapInfo > MapInfo Pro
Version
2023
ft:locale
en-US
Product name
MapInfo Pro
ft:title
MapInfo Pro Help
First publish date
1985
ft:lastEdition
2023-09-12
ft:lastPublication
2023-09-12T16:39:16.995000

Brush specifies the pattern, foreground color, and background color of a filled object, such as a circle or region. The Brush clause has the following syntax:

Brush (pattern, forecolor [, backcolor ]) 

The forecolor and backcolor arguments are both integers, representing 24-bit RGB color values.

Pattern is a number from 1 to 71. Note: Pattern number 1 is "no fill," and pattern number 2 is a solid fill. Pattern numbers 9-11 are reserved.

Note: To specify a transparent fill style, use pattern number three or larger, and omit the backcolor argument. For example: Brush( 5, 255)