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
)
Public Sub New (
stream As Stream
)
new :
stream : Stream -> Icon
Parameters
- stream
- Type: System.IOStream
Stream to load the content from
See Also