Interface IGraphRenderer
Namespace: GraphVisualizer
Syntax
public interface IGraphRenderer
Methods
Draw(IGraphLayout, Rect)
Declaration
void Draw(IGraphLayout graphLayout, Rect drawingArea)
Parameters
| Type | Name | Description |
|---|---|---|
| IGraphLayout | graphLayout | |
| Rect | drawingArea |
Draw(IGraphLayout, Rect, GraphSettings)
Declaration
void Draw(IGraphLayout graphLayout, Rect drawingArea, GraphSettings graphSettings)
Parameters
| Type | Name | Description |
|---|---|---|
| IGraphLayout | graphLayout | |
| Rect | drawingArea | |
| GraphSettings | graphSettings |