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.ClearRemapTable (ColorAdjustType)

[To be supplied.]

[Visual Basic]
Overloads Public Sub ClearRemapTable( _
   ByVal type As ColorAdjustType _
)
[C#]
public void ClearRemapTable(
   ColorAdjustType type
);
[C++]
public: void ClearRemapTable(
   ColorAdjustType type
);
[JScript]
public function ClearRemapTable(
   type : ColorAdjustType
);

Parameters

type
[To be supplied.]

See Also

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