System::Drawing::Imaging::ColorMatrix::ColorMatrix constructor
ColorMatrix::ColorMatrix() constructor
Constructs a new instance of ColorMatrix class and initializes it with the values of identity matrix.
System::Drawing::Imaging::ColorMatrix::ColorMatrix()
See Also
- Class ColorMatrix
- Namespace System::Drawing::Imaging
- Library Aspose.Font for C++
ColorMatrix::ColorMatrix(const System::ArrayPtr<System::ArrayPtr<float>>&) constructor
Constructs a new instance of ColorMatrix class and initializes it with the specified values.
System::Drawing::Imaging::ColorMatrix::ColorMatrix(const System::ArrayPtr<System::ArrayPtr<float>> &matrix)
Parameter | Type | Description |
---|---|---|
matrix | const System::ArrayPtr<System::ArrayPtr<float>>& | A 2-dimensional array containing value ot initialize the matrix with |
See Also
- Typedef ArrayPtr
- Class ColorMatrix
- Namespace System::Drawing::Imaging
- Library Aspose.Font for C++