Svg.SvgTextBase.TextDrawingState.GetPath C# (CSharp) Method

GetPath() public method

public GetPath ( ) : GraphicsPath
return System.Drawing.Drawing2D.GraphicsPath
            public GraphicsPath GetPath()
            {
                FlushPath();
                return _finalPath;
            }