ISVGPaintServerFactory.Create

ISVGPaintServerFactory.Create method

Creates an SVG paint server object based on the specified URL and document.

public ISvgPaintServer Create(string url, Document document)
ParameterTypeDescription
urlStringThe URL of the SVG elemen.
documentDocumentThe document associated with the paint server.

Return Value

The created SVG paint server object.

See Also