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


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

    Parameters

    fromShape
    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