LoadFromStream(Stream,Uri) Method
In This Topic
Load from the stream.
Syntax
'Declaration
Overloads Sub LoadFromStream( _
ByVal As Stream, _
ByVal As Uri _
)
void LoadFromStream(
Stream ,
Uri
)
Parameters
- s
- instance of the System.IO.Stream.
- baseUri
- base uri.
See Also