| TextureBrush Class | 
 Inheritance Hierarchy
Inheritance HierarchyNamespace: Eto.Drawing
 Syntax
SyntaxThe TextureBrush type exposes the following members.
 Constructors
Constructors| Name | Description | |
|---|---|---|
|  | TextureBrush | 
            Initializes a new instance of the TextureBrush class.
             | 
 Properties
Properties| Name | Description | |
|---|---|---|
|  | Handler | 
            Gets the platform handler object for the widget
            (Overrides BrushHandler.) | 
|  | Image | 
            Gets the texture's image to paint with
             | 
|   | Instantiator | Obsolete. 
            Gets an instantiator for the texture brush to create instances
             | 
|  | Opacity | 
            Gets or sets the opacity of the brush texture
             | 
|  | Transform | 
            Gets or sets the transform for this brush
             | 
 See Also
See Also