Constructor that creates a Brush fill, using a user-supplied, custom
Brush. The brush will be scaled to fit the destination screen object
unless you manually change IsScaled to false;
- brush (Brush)
- The Brush to use for fancy fills. Typically, this would be a LinearGradientBrush or a TextureBrush class
