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


In This Topic
    fIEd Method
    In This Topic
    Syntax
    'Declaration
     
    
    Friend Shared Function fIEd( _
       ByVal GIEd As NRectangle, _
       ByVal hIEd As NRectangle, _
       ByVal IIEd As System.Double, _
       ByVal jIEd As System.Double, _
       ByVal KIEd As System.Double, _
       ByVal lIEd As System.Double, _
       ByVal MIEd As NPaintVisitor, _
       ByVal nIEd As tlGb _
    ) As NBorderWall
    'Usage
     
    
    Dim GIEd As NRectangle
    Dim hIEd As NRectangle
    Dim IIEd As System.Double
    Dim jIEd As System.Double
    Dim KIEd As System.Double
    Dim lIEd As System.Double
    Dim MIEd As NPaintVisitor
    Dim nIEd As tlGb
    Dim value As NBorderWall
     
    value = NBorderWall.fIEd(GIEd, hIEd, IIEd, jIEd, KIEd, lIEd, MIEd, nIEd)
    internal static NBorderWall fIEd( 
       NRectangle GIEd,
       NRectangle hIEd,
       System.double IIEd,
       System.double jIEd,
       System.double KIEd,
       System.double lIEd,
       NPaintVisitor MIEd,
       tlGb nIEd
    )

    Parameters

    GIEd
    hIEd
    IIEd
    jIEd
    KIEd
    lIEd
    MIEd
    nIEd
    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