WayPointVector {Microsoft.VisualBasic.Data.visualize.Network.Graph.EdgeBundling} .NET clr documentation

WayPointVector

Description

相对于Handle模型,这个矢量模型则是单纯的以xy偏移比例来进行矢量比例缩放

Declare

            
# namespace Microsoft.VisualBasic.Data.visualize.Network.Graph.EdgeBundling
export class WayPointVector {
   isNaN: boolean;
   # X轴方向的绝对像素偏移量 (当两点间X距离为0时使用)
   xabsoluteshift: double;
   # X轴方向的比例偏移量 (当两点间X距离不为0时使用)
   xoffsetscale: double;
   # Y轴方向的绝对像素偏移量 (当两点间Y距离为0时使用)
   yabsoluteshift: double;
   # Y轴方向的比例偏移量 (当两点间Y距离不为0时使用)
   yoffsetscale: double;
}

        

.NET clr type reference tree

this clr type has no other .net clr type reference.
[Package {$package} version {$version} Index]