| TextureBrushIHandlerSetTransform Method  | 
 
            Sets the transform for the specified brush
            
 
    Namespace: 
   Eto.Drawing
    Assembly:
   Eto (in Eto.dll) Version: 2.5.3-dev
 Syntax
Syntaxvoid SetTransform(
	TextureBrush widget,
	IMatrix transform
)
Sub SetTransform ( 
	widget As TextureBrush,
	transform As IMatrix
)
abstract SetTransform : 
        widget : TextureBrush * 
        transform : IMatrix -> unit 
Parameters
- widget
- Type: Eto.DrawingTextureBrush
 Brush to set the transform
- transform
- Type: Eto.DrawingIMatrix
 Transform to set to the brush
 See Also
See Also