Nevron Open Vision Documentation
Nevron.Nov.Text Namespace / NBulletInline Class / pfl Method


In This Topic
    pfl Method (NBulletInline)
    In This Topic
    Syntax
    'Declaration
     
    
    Friend Overrides Function pfl( _
       ByVal tIpC As System.Double, _
       ByVal UIpC As System.Integer, _
       ByRef vIpC As System.Double, _
       ByVal WIpC() As System.Double, _
       ByVal xIpC() As System.Boolean _
    ) As System.Boolean
    'Usage
     
    
    Dim instance As NBulletInline
    Dim tIpC As System.Double
    Dim UIpC As System.Integer
    Dim vIpC As System.Double
    Dim WIpC() As System.Double
    Dim xIpC() As System.Boolean
    Dim value As System.Boolean
     
    value = instance.pfl(tIpC, UIpC, vIpC, WIpC, xIpC)
    internal override System.bool pfl( 
       System.double tIpC,
       System.int UIpC,
       ref System.double vIpC,
       System.double[] WIpC,
       System.bool[] xIpC
    )

    Parameters

    tIpC
    UIpC
    vIpC
    WIpC
    xIpC
    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