Description
Creates a new System.Drawing.Icon from the provided stream.
Visual Basic
Public static Function Icon( stream As Stream ) As System.Drawing.Icon
C#
public static System.Drawing.Icon Icon( Stream stream );
Parameters
| Parameters | Description |
|---|---|
| Stream stream | The data stream used to load the image. |
Returns
The created System.Drawing.Icon.