| CanvasImageBrush Properties |
The CanvasImageBrush type exposes the following members.
| Name | Description | |
|---|---|---|
| Device | The device associated with this brush. | |
| ExtendX | Specifies how content is tiled horizontally when it extends beyond the Image. | |
| ExtendY | Specifies how content is tiled vertically when it extends beyond the Image. | |
| Image | Specifies an image used for the brush. | |
| Interpolation | Specifies the image quality used for resizing and transforms. | |
| Opacity | Specifies an opacity level used for this brush. The default is fully opaque. | |
| SourceRectangle | Optional field which specifies the source rectangle of the brush. | |
| Transform | Specifies a transform used for this brush. The default transform is identity. |