Click or drag to resize
ICanvasBrush Interface
A brush defines the color of things being drawn. It can be a solid color, or a bitmap pattern, or a gradient.

Namespace:  Microsoft.Graphics.Canvas.Brushes
Assembly:  Microsoft.Graphics.Canvas (in Microsoft.Graphics.Canvas.dll) Version: 0.0.0.0
Syntax
C#
public interface ICanvasBrush : IDisposable

The ICanvasBrush type exposes the following members.

Properties
  NameDescription
Public propertyDevice
The device associated with this brush.
Public propertyOpacity
Gets or sets the opacity of the brush.
Public propertyTransform
Gets or sets the brush transform matrix.
Top
See Also