Nevron Open Vision Documentation
Nevron.Nov.Diagram Namespace / NRoutableConnector Class / OnCreateGeometryPath Method
points in parent coordinates
corner rounding


In This Topic
    OnCreateGeometryPath Method
    In This Topic
    Creates a path for the connector in the normal case (the connector is inside the page)
    Syntax
    'Declaration
     
    
    Protected Overridable Function OnCreateGeometryPath( _
       ByVal basePoints() As NPoint, _
       ByVal cornerRounding As System.Double _
    ) As NGraphicsPath
    'Usage
     
    
    Dim instance As NRoutableConnector
    Dim basePoints() As NPoint
    Dim cornerRounding As System.Double
    Dim value As NGraphicsPath
     
    value = instance.OnCreateGeometryPath(basePoints, cornerRounding)
    protected virtual NGraphicsPath OnCreateGeometryPath( 
       NPoint[] basePoints,
       System.double cornerRounding
    )

    Parameters

    basePoints
    points in parent coordinates
    cornerRounding
    corner rounding
    Requirements

    Target Platforms: Windows 11, Windows 10, Windows 7, Windows Server 2019, Windows Server 2016, Windows Server 2012 R2, Windows Server 2012, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later)

    See Also