| ITransformBrush Interface | 
 
            Interface for brushes with a transform
            
 
    Namespace: 
   Eto.Drawing
    Assembly:
   Eto (in Eto.dll) Version: 2.5.3-dev
 Syntax
Syntaxpublic interface ITransformBrush
Public Interface ITransformBrush
type ITransformBrush =  interface end
The ITransformBrush type exposes the following members.
 Properties
Properties|  | Name | Description | 
|---|
|  | Transform | 
            Gets or sets the transform for this brush
             | 
Top Remarks
Remarks
            The transform is used to specify how the brush will be applied to the drawing.
            
 See Also
See Also