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!

ImageAttributes.SetColorMatrix (ColorMatrix)

[To be supplied.]

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

Parameters

newColorMatrix
[To be supplied.]

See Also

ImageAttributes Class | ImageAttributes Members | System.Drawing.Imaging Namespace | ImageAttributes.SetColorMatrix Overload List