TextureMatrix Constructor (Matrix) | 
 
Initializes a 
TextureMatrix from a 
Matrix.
The upper left 2x2 matrix defines rotation and scaling. The top two elements of the last column define translation.
 
    Namespace: 
   AGI.Foundation.Graphics
    Assembly:
   AGI.Foundation.Graphics (in AGI.Foundation.Graphics.dll) Version: 25.1.421.0 (25.1.421.0)
Syntaxpublic TextureMatrix(
	Matrix matrix
)
Public Sub New ( 
	matrix As Matrix
)
public:
TextureMatrix(
	Matrix^ matrix
)
new : 
        matrix : Matrix -> TextureMatrixParameters
- matrix
 - Type: System.Drawing.Drawing2DMatrix
matrix 
See Also