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


In This Topic
    WSlC Method
    In This Topic
    Syntax
    'Declaration
     
    
    Friend Sub WSlC( _
       ByVal xSlC As NRange, _
       ByVal YSlC As NRange, _
       ByVal AtlC As System.Double, _
       ByVal btlC As System.Double, _
       ByVal CtlC As UEUC _
    ) 
    'Usage
     
    
    Dim instance As NBlock
    Dim xSlC As NRange
    Dim YSlC As NRange
    Dim AtlC As System.Double
    Dim btlC As System.Double
    Dim CtlC As UEUC
     
    instance.WSlC(xSlC, YSlC, AtlC, btlC, CtlC)
    internal void WSlC( 
       NRange xSlC,
       NRange YSlC,
       System.double AtlC,
       System.double btlC,
       UEUC CtlC
    )

    Parameters

    xSlC
    YSlC
    AtlC
    btlC
    CtlC
    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