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