RadialGradientBrushIHandlerSetTransform Method |
Sets the transform for the specified brush
Namespace:
Eto.Drawing
Assembly:
Eto (in Eto.dll) Version: 2.5.3-dev
Syntax void SetTransform(
RadialGradientBrush widget,
IMatrix transform
)
Sub SetTransform (
widget As RadialGradientBrush,
transform As IMatrix
)
abstract SetTransform :
widget : RadialGradientBrush *
transform : IMatrix -> unit
Parameters
- widget
- Type: Eto.DrawingRadialGradientBrush
Brush to set the transform - transform
- Type: Eto.DrawingIMatrix
Transform to set to the brush
See Also