Legend

Class
Struct
Enum
Interface
Delegate
Constructor
Method
Property
Event
Field

Method: bool drawBridge(Link<TCell>)

  • Declared in: RT.Coordinates.Structure<TCell>
  • Virtual

Declaration

protected virtual bool drawBridge(
    Link<TCell> link
)

Summary

When overridden in a derived class, determines whether a bridge should be drawn for the specified link. This method is only called for links between cells that have no edges in common; otherwise, Structure<TCell>.svgEdgeType(Link<Vertex>, List<TCell>) is called instead.

Parameters

Link<TCell>link Specifies the link for which to decide whether to draw a bridge.