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


In This Topic
    pfl Method (NBidiFormatMarkInline)
    In This Topic
    Syntax
    'Declaration
     
    
    Friend Overrides Function pfl( _
       ByVal tQMC As System.Double, _
       ByVal UQMC As System.Integer, _
       ByRef vQMC As System.Double, _
       ByVal WQMC() As System.Double, _
       ByVal xQMC() As System.Boolean _
    ) As System.Boolean
    'Usage
     
    
    Dim instance As NBidiFormatMarkInline
    Dim tQMC As System.Double
    Dim UQMC As System.Integer
    Dim vQMC As System.Double
    Dim WQMC() As System.Double
    Dim xQMC() As System.Boolean
    Dim value As System.Boolean
     
    value = instance.pfl(tQMC, UQMC, vQMC, WQMC, xQMC)
    internal override System.bool pfl( 
       System.double tQMC,
       System.int UQMC,
       ref System.double vQMC,
       System.double[] WQMC,
       System.bool[] xQMC
    )

    Parameters

    tQMC
    UQMC
    vQMC
    WQMC
    xQMC
    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