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


In This Topic
    pfl Method (NTextInline)
    In This Topic
    Syntax
    'Declaration
     
    
    Friend Overrides Function pfl( _
       ByVal IWMC As System.Double, _
       ByVal jWMC As System.Integer, _
       ByRef KWMC As System.Double, _
       ByVal lWMC() As System.Double, _
       ByVal MWMC() As System.Boolean _
    ) As System.Boolean
    'Usage
     
    
    Dim instance As NTextInline
    Dim IWMC As System.Double
    Dim jWMC As System.Integer
    Dim KWMC As System.Double
    Dim lWMC() As System.Double
    Dim MWMC() As System.Boolean
    Dim value As System.Boolean
     
    value = instance.pfl(IWMC, jWMC, KWMC, lWMC, MWMC)
    internal override System.bool pfl( 
       System.double IWMC,
       System.int jWMC,
       ref System.double KWMC,
       System.double[] lWMC,
       System.bool[] MWMC
    )

    Parameters

    IWMC
    jWMC
    KWMC
    lWMC
    MWMC
    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