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!

ImageList.ImageCollection.Add (Image, Color)

[To be supplied.]

[Visual Basic]
Overloads Public Sub Add( _
   ByVal value As Image, _
   ByVal transparentColor As Color _
)
[C#]
public void Add(
   Image value,
   Color transparentColor
);
[C++]
public: void Add(
   Image* value,
   Color transparentColor
);
[JScript]
public function Add(
   value : Image,
   transparentColor : Color
);

Parameters

value
[To be supplied.]
transparentColor
[To be supplied.]

See Also

ImageList.ImageCollection Class | ImageList.ImageCollection Members | System.WinForms Namespace | ImageList.ImageCollection.Add Overload List