Nevron Open Vision Documentation
Nevron.Nov.UI Namespace / NBorderWall Class / WfEd Method


In This Topic
    WfEd Method
    In This Topic
    Syntax
    'Declaration
     
    
    Friend Function WfEd( _
       ByVal xfEd As tlGb, _
       ByVal YfEd As NBorder, _
       ByVal AGEd As System.Boolean _
    ) As NGraphicsPath
    'Usage
     
    
    Dim instance As NBorderWall
    Dim xfEd As tlGb
    Dim YfEd As NBorder
    Dim AGEd As System.Boolean
    Dim value As NGraphicsPath
     
    value = instance.WfEd(xfEd, YfEd, AGEd)
    internal NGraphicsPath WfEd( 
       tlGb xfEd,
       NBorder YfEd,
       System.bool AGEd
    )

    Parameters

    xfEd
    YfEd
    AGEd
    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