Nevron Open Vision Documentation
Nevron.Nov.Text Namespace / NInline Class / Ofl Method


In This Topic
    Ofl Method (NInline)
    In This Topic
    Syntax
    'Declaration
     
    
    Friend MustOverride Sub Ofl( _
       ByVal xtMC As System.Integer, _
       ByVal YtMC() As System.Char _
    ) 
    'Usage
     
    
    Dim instance As NInline
    Dim xtMC As System.Integer
    Dim YtMC() As System.Char
     
    instance.Ofl(xtMC, YtMC)
    internal abstract void Ofl( 
       System.int xtMC,
       System.char[] YtMC
    )

    Parameters

    xtMC
    YtMC
    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