Click or drag to resize

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
)

Parameters

widget
Type: Eto.DrawingTextureBrush
Brush to get the transform

Return Value

Type: IMatrix
The transform for the brush
See Also