TextureBrushIHandlerGetTransform Method |
Gets the transform for the specified brush
Namespace:
Eto.Drawing
Assembly:
Eto (in Eto.dll) Version: 2.5.3-dev
Syntax IMatrix GetTransform(
TextureBrush widget
)
Function GetTransform (
widget As TextureBrush
) As IMatrix
abstract GetTransform :
widget : TextureBrush -> IMatrix
Parameters
- widget
- Type: Eto.DrawingTextureBrush
Brush to get the transform
Return Value
Type:
IMatrixThe transform for the brush
See Also