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
)
Sub SetTransform (
widget As LinearGradientBrush,
transform As IMatrix
)
abstract SetTransform :
widget : LinearGradientBrush *
transform : IMatrix -> unit
Parameters
- widget
- Type: Eto.DrawingLinearGradientBrush
Brush to set the transform - transform
- Type: Eto.DrawingIMatrix
Transform to set to the brush
See Also