nuget server logo nuget api documents
↑

API Docs / Microsoft.VisualBasic.Data.visualize.Network / NodeData

NodeData

Full name Microsoft.VisualBasic.Data.visualize.Network.Graph.NodeData Assembly Microsoft.VisualBasic.Data.visualize.Network Members 14

01 Syntax

Microsoft.VisualBasic.Data.visualize.Network.Graph.NodeData

02 Methods

NameOverloadsSummary
Clone 1
SafeGetRadius 1
CheckInside 1
ToString 1

03 Properties

NameOverloadsSummary
neighborhoods 1 Get length of the NodeData.neighbours index array
size 1 这个主要是为了兼容圆形或者矩形之类的大小信息
mass 1 Mass weight
initialPostion 1 For 2d layout FDGVector2 / 3d layout FDGVector3
color 1 颜色SolidBrush或者绘图TextureBrush
neighbours 1 与本节点相连接的其他节点的编号
origID 1
force 1
weights 1
betweennessCentrality 1

04 Members

property neighborhoods #
neighborhoods

Get length of the NodeData.neighbours index array

property size #
size

这个主要是为了兼容圆形或者矩形之类的大小信息

property mass #
mass

Mass weight

property initialPostion #
initialPostion

For 2d layout FDGVector2 / 3d layout FDGVector3

property color #
color

颜色SolidBrush或者绘图TextureBrush

property neighbours #
neighbours

与本节点相连接的其他节点的编号

property origID #
origID
property force #
force
property weights #
weights
property betweennessCentrality #
betweennessCentrality
method Clone #
Clone()
method SafeGetRadius #
SafeGetRadius()
method CheckInside #
CheckInside(Rectangle)
method ToString #
ToString()