SetBrush Method

Object List Next Object

Defined By:
Drawable

Description:

Configures appropriate properties from a Brush object. This updates the FillColor and FillStyle properties.

Declaration:

Sub SetBrush(ByVal Brush As Object)

Details:

This can be a handy method if it is necessary to draw in many styles. Brushes can be made to encapsulate the
look of a fill, which can then be set on the Drawable in one operation when needed.