Nevron Open Vision Documentation
Nevron.Nov.Diagram Namespace / NControl Class / GlueToShapeBox Method


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

    Parameters

    shape
    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