Multiplies the System.Drawing.Drawing2D.Matrix object that represents the local geometric transformation of this System.Drawing.TextureBrush object by the specified System.Drawing.Drawing2D.Matrix object by prepending the specified System.Drawing.Drawing2D.Matrix object.
- matrix
- The System.Drawing.Drawing2D.Matrix object by which to multiply the geometric transformation.
This method does not return a value.
The transformation matrix of a System.Drawing.TextureBrush object specifies how the image that defines the texture is transformed. For example, if the transformation matrix specifies a rotation of 90 degrees clockwise, the texture image is rotated by 90 degrees clockwise.