'宣言 Public Overloads Shared Function FromStream( _ ByVal stream As System.IO.Stream _ ) As GcSvgDocument
public static GcSvgDocument FromStream( System.IO.Stream stream )
パラメータ
- stream
- The stream containing the SVG data.
戻り値の型
The created SVG document.