Gets or sets a copy of the System.Drawing.Drawing2D.Matrix object that defines a local geometric transformation for the image associated with this System.Drawing.TextureBrush object.
Documentation for this section has not yet been entered.
A geometric transformation can be used to translate, scale, rotate, or skew the image that defines the texture of this brush. Because the matrix returned and by the TextureBrush.Transform property is a copy of the brush's geometric transform, you should dispose of the matrix when you no longer need it.