GoDigram for .NET Framework and .NET Core
Northwoods.Go.Svg Namespace / GoSvgGenerator Class / TranslateGraphicsPath Method
In This Topic
    TranslateGraphicsPath Method
    In This Topic
    Returns an SVG path description from a GraphicsPath.
    Syntax
    public virtual string TranslateGraphicsPath( 
       GraphicsPath path
    )

    Parameters

    path

    Return Value

    a string, such as "M82 383.9271 L90 387.9271 82 391.9271 Z"
    See Also