Click or drag to resize

LinearGradientBrushIHandlerSetTransform Method

Sets the transform for the specified brush

Namespace:  Eto.Drawing
Assembly:  Eto (in Eto.dll) Version: 2.5.3-dev
Syntax
void SetTransform(
	LinearGradientBrush widget,
	IMatrix transform
)

Parameters

widget
Type: Eto.DrawingLinearGradientBrush
Brush to set the transform
transform
Type: Eto.DrawingIMatrix
Transform to set to the brush
See Also