Click or drag to resize

Icon Constructor (Stream)

Initializes a new instance of the Icon class with the contents of the specified stream

Namespace:  Eto.Drawing
Assembly:  Eto (in Eto.dll) Version: 2.5.3-dev
Syntax
public Icon(
	Stream stream
)

Parameters

stream
Type: System.IOStream
Stream to load the content from
See Also