RadialGradientBrushIHandlerGetTransform Method |
Gets the transform for the specified brush
Namespace:
Eto.Drawing
Assembly:
Eto (in Eto.dll) Version: 2.5.3-dev
Syntax IMatrix GetTransform(
RadialGradientBrush widget
)
Function GetTransform (
widget As RadialGradientBrush
) As IMatrix
abstract GetTransform :
widget : RadialGradientBrush -> IMatrix
Parameters
- widget
- Type: Eto.DrawingRadialGradientBrush
Brush to get the transform
Return Value
Type:
IMatrixThe current transform for the specified brush
See Also