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


In This Topic
    pfl Method (NBreakInline)
    In This Topic
    Syntax
    'Declaration
     
    
    Friend Overrides Function pfl( _
       ByVal pGrC As System.Double, _
       ByVal QGrC As System.Integer, _
       ByRef rGrC As System.Double, _
       ByVal SGrC() As System.Double, _
       ByVal tGrC() As System.Boolean _
    ) As System.Boolean
    'Usage
     
    
    Dim instance As NBreakInline
    Dim pGrC As System.Double
    Dim QGrC As System.Integer
    Dim rGrC As System.Double
    Dim SGrC() As System.Double
    Dim tGrC() As System.Boolean
    Dim value As System.Boolean
     
    value = instance.pfl(pGrC, QGrC, rGrC, SGrC, tGrC)
    internal override System.bool pfl( 
       System.double pGrC,
       System.int QGrC,
       ref System.double rGrC,
       System.double[] SGrC,
       System.bool[] tGrC
    )

    Parameters

    pGrC
    QGrC
    rGrC
    SGrC
    tGrC
    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