Click or drag to resize

LinearGradientBrushIHandlerGetTransform Method

Gets the transform for the specified brush

Namespace:  Eto.Drawing
Assembly:  Eto (in Eto.dll) Version: 2.5.3-dev
Syntax
IMatrix GetTransform(
	LinearGradientBrush widget
)

Parameters

widget
Type: Eto.DrawingLinearGradientBrush
Brush to get the transform

Return Value

Type: IMatrix
The current transform for the specified brush
See Also