'宣言 Public Overloads Shared Function FromStream( _ ByVal stream As System.IO.Stream, _ ByVal leaveOpen As System.Boolean _ ) As GcSvgDocument
public static GcSvgDocument FromStream( System.IO.Stream stream, System.bool leaveOpen )
パラメータ
- stream
- The stream containing the SVG data.
- leaveOpen
- true to leave the stream open after reading the data, false to close the stream.
戻り値の型
The created SVG document.