'宣言 Public Shared Function FromSvgz( _ ByVal svgzData() As System.Byte _ ) As GcSvgDocument
public static GcSvgDocument FromSvgz( System.byte[] svgzData )
パラメータ
- svgzData
- A byte array containing the SVG data packed with GZ format (see RFC 1952).
戻り値の型
An SVG document that was created.