Nevron Open Vision Documentation
Nevron.Nov.Text Namespace / NBlock Class / nYlC Method


In This Topic
    nYlC Method
    In This Topic
    Syntax
    'Declaration
     
    
    Friend Shared Function nYlC( _
       ByVal OYlC As System.Double, _
       ByVal pYlC As System.Double, _
       ByVal QYlC As NMargins _
    ) As NRectangle
    'Usage
     
    
    Dim OYlC As System.Double
    Dim pYlC As System.Double
    Dim QYlC As NMargins
    Dim value As NRectangle
     
    value = NBlock.nYlC(OYlC, pYlC, QYlC)
    internal static NRectangle nYlC( 
       System.double OYlC,
       System.double pYlC,
       NMargins QYlC
    )

    Parameters

    OYlC
    pYlC
    QYlC
    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