Click or drag to resize

Brush Object

Verizon Connect Logo
Print this page
Learn more about Verizon Connect GeoBase.
Get information about the latest release

Brushes are used to fill any large areas on your map such as polygon features. There are two kinds of brush objects: solid color brushes and pattern brushes. A solid brush fills the area with a single color. A pattern brush fills the area with a given picture that is tiled to fill the area.

Syntax
cam
Brush<color> // A Solid Brush
Brush<Data[(bitmap data)]> // A pattern brush
Example
cam
!blueBrush=brush<(0,0,255)>
Parameters

color

The desired color of the brush.