GoDigram for .NET Framework and .NET Core
Northwoods.Go.Svg Namespace / GoSvgWriter Class / Generate Method / Generate(XmlWriter) Method
In This Topic
    Generate(XmlWriter) Method
    In This Topic
    Write SVG to an XmlWriter.
    Syntax
    public override void Generate( 
       XmlWriter destination
    )

    Parameters

    destination
    Remarks
    This will generate SVG attributes, generate SVG definitions, and then generate the actual rendering of the objects specified by the Northwoods.Go.Xml.GoXmlWriter.Objects property. The extent of the rendering is limited by the document position and extent and scale of the View. The View property helps determine the appearance of the objects that are rendered. Whether any view objects are painted, along with any view background, is determined by PaintView.
    See Also