GoDigram for .NET Framework and .NET Core
Northwoods.Go.Svg Namespace / GoSvgWriter Class / Generate Method / Generate(RectangleF,Single,String) Method
a RectangleF in document coordinates
the initial scale for display
In This Topic
    Generate(RectangleF,Single,String) Method
    In This Topic
    Write an SVG file, showing a particular area.
    Syntax
    public void Generate( 
       RectangleF docExtent,
       float docScale,
       string path
    )

    Parameters

    docExtent
    a RectangleF in document coordinates
    docScale
    the initial scale for display
    path
    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 determined by the docExtent parameter. 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