进行网络之中的边连接的布局走向的拐点的矢量化描述
Handle
00 Remarks
01 Syntax
Microsoft.VisualBasic.Data.visualize.Network.Graph.EdgeBundling.Handle
02 Methods
| Name | Overloads | Summary |
|---|---|---|
| pointAuto | 1 | Rotate And scale the vector to the handle position |
| convert | 1 | Rotate And scale the vector to the handle position |
| getSerializableString | 1 | Serialized string Is "cos,sin,ratio". |
| ParseHandles | 1 | |
| ToString | 1 |
03 Properties
| Name | Overloads | Summary |
|---|---|---|
| originalLocation | 1 | 当前的这个位置是一个绝对位置,并非矢量描述位置 |
| isDirectPoint | 1 |
04 Members
pointAuto(
Double, Double, Double, Double)Rotate And scale the vector to the handle position
Parameters
| Name | Type | Description |
|---|---|---|
sX | Double | x of source node |
sY | Double | y of source node |
tX | Double | x of target node |
tY | Double | y of target node |
convert(
Double, Double, Double, Double)Rotate And scale the vector to the handle position
Parameters
| Name | Type | Description |
|---|---|---|
sX | Double | x of source node |
sY | Double | y of source node |
tX | Double | x of target node |
tY | Double | y of target node |
getSerializableString
Serialized string Is "cos,sin,ratio".
ParseHandles(
String)Parameters
| Name | Type | Description |
|---|---|---|
strRepresentation | String | String join of Handle.getSerializableString() between handles with delimiter |
originalLocation
当前的这个位置是一个绝对位置,并非矢量描述位置
isDirectPoint
ToString()