Nevron Open Vision Documentation
Nevron.Nov.UI Namespace / NTextStyle Class / ICYC Method


In This Topic
    ICYC Method
    In This Topic
    Syntax
    'Declaration
     
    
    Friend Shared Function ICYC( _
       ByVal jCYC As NSize, _
       ByVal KCYC As NPoint, _
       ByVal lCYC As NPoint, _
       ByVal MCYC As ENContentAlignment _
    ) As NRectangle
    'Usage
     
    
    Dim jCYC As NSize
    Dim KCYC As NPoint
    Dim lCYC As NPoint
    Dim MCYC As ENContentAlignment
    Dim value As NRectangle
     
    value = NTextStyle.ICYC(jCYC, KCYC, lCYC, MCYC)

    Parameters

    jCYC
    KCYC
    lCYC
    MCYC
    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