Nevron Open Vision Documentation
Nevron.Nov.Chart Namespace / NPatternScaleBreakStyle Class / ljC Method


In This Topic
    ljC Method (NPatternScaleBreakStyle)
    In This Topic
    Syntax
    'Declaration
     
    
    Friend Overrides Function ljC( _
       ByVal QWSG As System.Double, _
       ByVal rWSG As System.Double, _
       ByVal SWSG As System.Double _
    ) As NGraphicsPath
    'Usage
     
    
    Dim instance As NPatternScaleBreakStyle
    Dim QWSG As System.Double
    Dim rWSG As System.Double
    Dim SWSG As System.Double
    Dim value As NGraphicsPath
     
    value = instance.ljC(QWSG, rWSG, SWSG)
    internal override NGraphicsPath ljC( 
       System.double QWSG,
       System.double rWSG,
       System.double SWSG
    )

    Parameters

    QWSG
    rWSG
    SWSG
    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