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.SetICMMode

[To be supplied.]

[Visual Basic]
Public Sub SetICMMode( _
   ByVal ICMon As Boolean _
)
[C#]
public void SetICMMode(
   bool ICMon
);
[C++]
public: void SetICMMode(
   bool ICMon
);
[JScript]
public function SetICMMode(
   ICMon : Boolean
);

Parameters

ICMon
[To be supplied.]

See Also

ImageAttributes Class | ImageAttributes Members | System.Drawing.Imaging Namespace