Nevron Open Vision Documentation
Nevron.Nov.Diagram Namespace / NShape Class / GlueEndToShapeBox Method


In This Topic
    GlueEndToShapeBox Method
    In This Topic
    Glues the end point of the shape to a point defined by factors in the specified TO shape box.
    Syntax
    'Declaration
     
    
    Public Sub GlueEndToShapeBox( _
       ByVal toShape As NShape, _
       ByVal widthFactor As System.Double, _
       ByVal heightFactor As System.Double _
    ) 
    'Usage
     
    
    Dim instance As NShape
    Dim toShape As NShape
    Dim widthFactor As System.Double
    Dim heightFactor As System.Double
     
    instance.GlueEndToShapeBox(toShape, widthFactor, heightFactor)
    public void GlueEndToShapeBox( 
       NShape toShape,
       System.double widthFactor,
       System.double heightFactor
    )

    Parameters

    toShape
    widthFactor
    heightFactor
    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