Nevron Open Vision Documentation
Nevron.Nov.Text Namespace / NRulerRangeTextElementInfo Class / NRulerRangeTextElementInfo Constructor


In This Topic
    NRulerRangeTextElementInfo Constructor
    In This Topic
    Syntax
    'Declaration
     
    
    Friend Function New( _
       ByVal tMSC As NTextElement, _
       ByVal UMSC As GrtC, _
       ByVal vMSC As NRectangle _
    )
    'Usage
     
    
    Dim tMSC As NTextElement
    Dim UMSC As GrtC
    Dim vMSC As NRectangle
     
    Dim instance As New NRulerRangeTextElementInfo(tMSC, UMSC, vMSC)
    internal NRulerRangeTextElementInfo( 
       NTextElement tMSC,
       GrtC UMSC,
       NRectangle vMSC
    )

    Parameters

    tMSC
    UMSC
    vMSC
    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