Click or drag to resize
CanvasImageBrush Properties

The CanvasImageBrush type exposes the following members.

Properties
  NameDescription
Public propertyDevice
The device associated with this brush.
Public propertyExtendX
Specifies how content is tiled horizontally when it extends beyond the Image.
Public propertyExtendY
Specifies how content is tiled vertically when it extends beyond the Image.
Public propertyImage
Specifies an image used for the brush.
Public propertyInterpolation
Specifies the image quality used for resizing and transforms.
Public propertyOpacity
Specifies an opacity level used for this brush. The default is fully opaque.
Public propertySourceRectangle
Optional field which specifies the source rectangle of the brush.
Public propertyTransform
Specifies a transform used for this brush. The default transform is identity.
Top
See Also