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: 24.2.419.0 (24.2.419.0)
Syntax public TextureMatrix(
Matrix matrix
)
Public Sub New (
matrix As Matrix
)
public:
TextureMatrix(
Matrix^ matrix
)
new :
matrix : Matrix -> TextureMatrix
Parameters
- matrix
- Type: System.Drawing.Drawing2DMatrix
matrix
See Also