Multiplies the transformation of this surface and the specified matrix.
public void MultiplyTransform(
Matrix matrix
)
matrix
The transform to be multiplied by the surface transform.
The new transform for drawing surface will be the result of multiplying current surface transform with the input transform.