Microsoft.Graphics.Canvas.Brushes Namespace |
Class | Description | |
---|---|---|
CanvasImageBrush | A brush which paints using image content, such as a bitmap. Useful for producing tiled backgrounds, or filling geometry with a pattern. | |
CanvasLinearGradientBrush | A brush used to paint a linear gradient. | |
CanvasRadialGradientBrush | A brush used to paint a radial gradient. | |
CanvasSolidColorBrush | The simplest kind of brush. Paints things a solid color. |
Structure | Description | |
---|---|---|
CanvasGradientStop | Used to describe one gradient stop in a gradient brush. | |
CanvasGradientStopHdr | Used to describe one high-dynamic-range gradient stop in a gradient brush. |
Interface | Description | |
---|---|---|
ICanvasBrush | A brush defines the color of things being drawn. It can be a solid color, or a bitmap pattern, or a gradient. |