名前 | 解説 | |
---|---|---|
![]() | ClearNamespacePrefixes | Removes all namespace prefixes except "svg", "xlink", and "xml". |
![]() | Dispose | Releases unmanaged resources used by this object. |
![]() ![]() | FromFile | Creates a new GcSvgDocument from a specified SVG file. |
![]() ![]() | FromStream | オーバーロードされます。 Creates a new GcSvgDocument from a specified SVG data stream.
The stream will be closed after reading the SVG data. To keep the stream open, use the FromStream(Stream,Boolean) overload and pass true in the leaveOpen parameter. |
![]() ![]() | FromString | Creates a new GcSvgDocument from a specified SVG string data. |
![]() ![]() | FromSvgz | Creates a new GcSvgDocument from binary data in SVGZ format. |
![]() | GetElementByID | Gets an SvgElement with the specified id, or null 参照 (Visual Basicでは Nothing) if nothing was found. |
![]() | GetElementsByClass | Gets a list of SvgElements with the specified className. |
![]() | GetIntrinsicSize | Calculates the intrinsic size of the SVG viewport, in specified units. The following units are supported: |
![]() | GetNamespaceByPrefix | Searches for a namespace with a specified prefix. |
![]() | GetNamespacePrefixes | Returns an array with all registered namespace prefixes. |
![]() | GetPrefixByNamespace | Searches for a prefix associated with a specified namespace. |
![]() | Measure | オーバーロードされます。 Calculates the content bounds of an SVG document when its viewport is drawn at a specified point. |
![]() | RegisterNamespacePrefix | Registers prefix as a namespace prefix for the ns namespace. |
![]() | Save | オーバーロードされます。 Saves the current GcSvgDocument to a file in SVG format. |
![]() | ToSvgz | Saves the current GcSvgDocument to a byte array in SVGZ format. |
![]() | UnregisterNamespacePrefix | Unregisters a specified namespace prefix. |