Prepend the specified matrix to this matrix
Namespace:
Eto.Drawing
Assembly:
Eto (in Eto.dll) Version: 2.5.3-dev
Syntax void Prepend(
IMatrix matrix
)
Sub Prepend (
matrix As IMatrix
)
abstract Prepend :
matrix : IMatrix -> unit
Parameters
- matrix
- Type: Eto.DrawingIMatrix
Matrix to prepend to this matrix
See Also