NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

ColorMatrix Constructor (Single[][])

[To be supplied.]

[Visual Basic]
Overloads Public Sub New( _
   ByVal newColorMatrix()() As Single _
)
[C#]
public ColorMatrix(
   float[][] newColorMatrix
);
[C++]
public: ColorMatrix(
   float* newColorMatrix[]
);
[JScript]
public function ColorMatrix(
   newColorMatrix : float[][]
);

Parameters

newColorMatrix
[To be supplied.]

See Also

ColorMatrix Class | ColorMatrix Members | System.Drawing.Imaging Namespace | ColorMatrix Constructor Overload List