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