共用方式為


ImageLibrary.Serialize(Stream) Method

Definition

Serializes the image library to stream

public:
 void Serialize(System::IO::Stream ^ stream);
public void Serialize (System.IO.Stream stream);
member this.Serialize : System.IO.Stream -> unit
Public Sub Serialize (stream As Stream)

Parameters

stream
Stream

The stream to serialize to

Applies to