Classes
| Class | Description | |
|---|---|---|
| AxialGradientBrush |
A brush that paints a gradient fill that changes from one color to another along a straight line.
| |
| Brush |
When a path is drawn, enclosed areas are filled using a brush.
Brush is an abstract base class for all brushes.
| |
| GradientBrush |
An abstract base class for AxialGradientBrush and RadialGradientBrush that holds
common properties for these classes.
| |
| RadialGradientBrush |
A brush that paints a gradient fill that changes from one color to another between an inner and an outer circle.
| |
| SolidBrush |
Solid brush. Used to control how a path is filled.
| |
| TilingBrush |
A brush that paints a pattern cell that is repeated from right to left, from top to bottom.
|