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


In This Topic
    pfl Method (NImageInline)
    In This Topic
    Syntax
    'Declaration
     
    
    Friend Overrides Function pfl( _
       ByVal IrMC As System.Double, _
       ByVal jrMC As System.Integer, _
       ByRef KrMC As System.Double, _
       ByVal lrMC() As System.Double, _
       ByVal MrMC() As System.Boolean _
    ) As System.Boolean
    'Usage
     
    
    Dim instance As NImageInline
    Dim IrMC As System.Double
    Dim jrMC As System.Integer
    Dim KrMC As System.Double
    Dim lrMC() As System.Double
    Dim MrMC() As System.Boolean
    Dim value As System.Boolean
     
    value = instance.pfl(IrMC, jrMC, KrMC, lrMC, MrMC)
    internal override System.bool pfl( 
       System.double IrMC,
       System.int jrMC,
       ref System.double KrMC,
       System.double[] lrMC,
       System.bool[] MrMC
    )

    Parameters

    IrMC
    jrMC
    KrMC
    lrMC
    MrMC
    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