Constructor that creates a Brush fill, using a user-supplied, custom
Brush. This constructor will make the brush unscaled (see IsScaled),
but it provides and parameters to control
alignment of the brush with respect to the filled object.
- brush (Brush)
- The Brush to use for fancy fills. Typically, this would be a LinearGradientBrush or a TextureBrush class
- alignH (AlignH)
- Controls the horizontal alignment of the brush within the filled object (see AlignH
- alignV (AlignV)
- Controls the vertical alignment of the brush within the filled object (see AlignV
