GraphicsIHandlerMultiplyTransform Method |
Multiplies the co-ordinate system with the given matrix
Namespace:
Eto.Drawing
Assembly:
Eto (in Eto.dll) Version: 2.5.3-dev
Syntax void MultiplyTransform(
IMatrix matrix
)
Sub MultiplyTransform (
matrix As IMatrix
)
abstract MultiplyTransform :
matrix : IMatrix -> unit
Parameters
- matrix
- Type: Eto.DrawingIMatrix
Matrix to multiply the co-ordinate system with
See Also