Property | Type | Description | |
---|---|---|---|
__brushBlack | |||
__brushNodeFill | |||
__fontNodeTag | |||
__penBlack | |||
_connectionNegative | Color | ||
_connectionPositive | Color |
Method | Description | |
---|---|---|
PaintNetwork ( |
Paints the provided IOGraph onto the provided GDI+ Graphics drawing surface.
|
Method | Description | |
---|---|---|
IsPointWithinViewport ( Point p, PaintState state ) : bool |
Indicates if a point is within the graphics area represented by the viewport. That is, does an element at this position need to be painted.
|
|
ModelToViewport ( Point p, PaintState state ) : Point |
Converts from a model coordinate to a viewport coordinate.
|
|
PaintNetwork ( |
Paints the provided IOGraph onto the current GDI+ Graphics drawing surface.
|
|
PaintNode ( |
Paints a single graph node.
|
Method | Description | |
---|---|---|
PaintBackConnection ( |
||
PaintConnection ( |
||
PaintConnections ( IList |
||
PaintNodes ( IList |
protected IsPointWithinViewport ( Point p, PaintState state ) : bool | ||
p | Point | |
state | PaintState | |
return | bool |
protected ModelToViewport ( Point p, PaintState state ) : Point | ||
p | Point | |
state | PaintState | |
return | Point |
public PaintNetwork ( |
||
graph | ||
g | ||
viewportArea | ||
zoomFactor | float | |
return | void |
protected PaintNetwork ( |
||
graph | ||
state | PaintState | |
return | void |
protected PaintNode ( |
||
node | ||
state | PaintState | |
return | void |
protected static Brush,System.Drawing __brushBlack | ||
return |
protected static Brush,System.Drawing __brushNodeFill | ||
return |
protected static Font,System.Drawing __fontNodeTag | ||
return |
protected static Pen,System.Drawing __penBlack | ||
return |
protected static Color _connectionNegative | ||
return | Color |