TextureBrushIHandlerSetTransform Method |
Sets the transform for the specified brush
Namespace:
Eto.Drawing
Assembly:
Eto (in Eto.dll) Version: 2.5.3-dev
Syntax void 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