Documentation for this section has not yet been entered.
Get method documentation [Android Documentation]
Return a new matrix with a copy of the canvas' current transformation
matrix.
Set method documentation [Android Documentation]
Completely replace the current matrix with the specified matrix. If the
matrix parameter is null, then the current matrix is reset to identity.
Note: it is recommended to use Canvas.Concat(Matrix),
Canvas.Scale(float, System.Single), Canvas.Translate(float, System.Single) and
Canvas.Rotate(float) instead of this method.