ColorMatrixEffect(ColorMatrix) Konstruktor
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
Erstellt eine neue ColorMatrixEffect mit der angegebenen matrix.
public:
ColorMatrixEffect(System::Drawing::Imaging::ColorMatrix ^ matrix);
public ColorMatrixEffect(System.Drawing.Imaging.ColorMatrix matrix);
new System.Drawing.Imaging.Effects.ColorMatrixEffect : System.Drawing.Imaging.ColorMatrix -> System.Drawing.Imaging.Effects.ColorMatrixEffect
Public Sub New (matrix As ColorMatrix)
Parameter
- matrix
- ColorMatrix
Farbtransformationsmatrix.