GoDigram for .NET Framework and .NET Core
Northwoods.Go.Svg Namespace / GoSvgWriter Class / Generate Method / Generate(String) Method
In This Topic
    Generate(String) Method
    In This Topic
    Write an SVG file.
    Syntax
    public void Generate( 
       string path
    )

    Parameters

    path
    Remarks
    This will open a file, generate SVG attributes, generate SVG definitions, generate the actual rendering of the objects specified by the Northwoods.Go.Xml.GoXmlWriter.Objects property, and then close the file. The extent of the rendering is limited by the document position and extent 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