Nevron Open Vision Documentation
Nevron.Nov.Diagram.DrawingTools Namespace / NCreateConnectorTool Class / StretchPreview Method


In This Topic
    StretchPreview Method (NCreateConnectorTool)
    In This Topic
    Overriden to change the Begin and End Points of the shape.
    Syntax
    'Declaration
     
    
    Protected Overrides Sub StretchPreview( _
       ByVal firstStretch As System.Boolean _
    ) 
    'Usage
     
    
    Dim instance As NCreateConnectorTool
    Dim firstStretch As System.Boolean
     
    instance.StretchPreview(firstStretch)
    protected override void StretchPreview( 
       System.bool firstStretch
    )

    Parameters

    firstStretch
    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