Loads shapes data into the canvas from a specified object of type System.IO.Stream.

Load(System.IO.Stream)

public void Load(System.IO.Stream stream);
Public Sub Load(ByVal stream As System.IO.Stream)

Parameters

Parameter Description
stream Specifies an object of type System.IO.Stream the data is loaded from. The data is loaded from the stream's current position.
OSZAR »