网络边的渲染类。从共享的 NetworkRenderConfig 配置对象读取参数, 取代原先一长串的独立构造函数参数。
EdgeRendering
01 Syntax
Microsoft.VisualBasic.Data.visualize.Network.EdgeRendering
02 Methods
03 Members
drawEdges(
IGraphics)这个函数会将edge作为一个layout的shape返回用于标签的布局计算
Parameters
| Name | Type | Description |
|---|---|---|
g | IGraphics | - |
rendering(
Edge, Pen, Pen, IGraphics, PointF, PointF)Parameters
| Name | Type | Description |
|---|---|---|
edge | Edge | - |
edgeShadowColor | Pen | - |
lineColor | Pen | - |
g | IGraphics | - |
a | PointF | location of the node a |
b | PointF | location of the node b |