System::Drawing::Imaging::ColorMatrix::ColorMatrix Konstruktor
ColorMatrix::ColorMatrix() constructor
Erstellt eine neue Instanz der ColorMatrix-Klasse und initialisiert sie mit den Werten der Einheitsmatrix.
System::Drawing::Imaging::ColorMatrix::ColorMatrix()
Siehe auch
- Class ColorMatrix
- Namespace System::Drawing::Imaging
- Library Aspose.Page for C++
ColorMatrix::ColorMatrix(const System::ArrayPtr<System::ArrayPtr<float>>&) constructor
Erstellt eine neue Instanz der ColorMatrix-Klasse und initialisiert sie mit den angegebenen Werten.
System::Drawing::Imaging::ColorMatrix::ColorMatrix(const System::ArrayPtr<System::ArrayPtr<float>> &matrix)
| Parameter | Typ | Beschreibung |
|---|---|---|
| Matrix | const System::ArrayPtr<System::ArrayPtr<float>>& | Ein zweidimensionales Array, das den Wert zum Initialisieren der Matrix enthält. |
Siehe auch
- Typedef ArrayPtr
- Class ColorMatrix
- Namespace System::Drawing::Imaging
- Library Aspose.Page for C++