GoDigram for .NET Framework and .NET Core
Northwoods.Go Namespace / GoSubGraph Class / SavedPaths Property
In This Topic
    SavedPaths Property
    In This Topic
    Gets the dictionary that remembers the points of GoLink and GoLabeledLink strokes when the subgraph is collapsed.
    Syntax
    public Dictionary<GoObject,PointF[]> SavedPaths {get;}

    Property Value

    The dictionary may be empty when the subgraph is in an expanded state.
    Remarks
    The dictionary maps child link strokes to PointF arrays. Although the values are in document coordinates, the (X,Y) positions are not an absolute positions but positions relative to the Handle's position. Modifications to this dictionary have no effect except upon a call to Expand, and are not recorded by the undo manager.
    See Also