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