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