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


In This Topic
    rYlC Method
    In This Topic
    Syntax
    'Declaration
     
    
    Friend Shared Function rYlC( _
       ByVal SYlC As System.Double, _
       ByVal tYlC As System.Double, _
       ByVal UYlC As NMargins, _
       ByVal vYlC As NMargins _
    ) As NRectangle
    'Usage
     
    
    Dim SYlC As System.Double
    Dim tYlC As System.Double
    Dim UYlC As NMargins
    Dim vYlC As NMargins
    Dim value As NRectangle
     
    value = NBlock.rYlC(SYlC, tYlC, UYlC, vYlC)
    internal static NRectangle rYlC( 
       System.double SYlC,
       System.double tYlC,
       NMargins UYlC,
       NMargins vYlC
    )

    Parameters

    SYlC
    tYlC
    UYlC
    vYlC
    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