Nevron Open Vision Documentation
Nevron.Nov.Chart Namespace / NMarkerStyle Class / hMlG Method


In This Topic
    hMlG Method
    In This Topic
    Syntax
    'Declaration
     
    
    Friend Sub hMlG( _
       ByVal IMlG As NPaintVisitor, _
       ByVal jMlG As NPoint, _
       ByVal KMlG As System.Double _
    ) 
    'Usage
     
    
    Dim instance As NMarkerStyle
    Dim IMlG As NPaintVisitor
    Dim jMlG As NPoint
    Dim KMlG As System.Double
     
    instance.hMlG(IMlG, jMlG, KMlG)
    internal void hMlG( 
       NPaintVisitor IMlG,
       NPoint jMlG,
       System.double KMlG
    )

    Parameters

    IMlG
    jMlG
    KMlG
    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