Initializes a new instance of a IconFile from the specified Stream.
[Visual Basic]
Public Sub New( _
ByVal
s As
Stream _
)
[C#]
public IconFile(
Stream s);
Parameters
-
s
- The Stream from which the icon is read.
See Also
IconFile Class | Skybound.Rebar Namespace