Nevron Open Vision Documentation
Nevron.Nov.Diagram Namespace / NDrawPath Class / Kpb Method


In This Topic
    Kpb Method (NDrawPath)
    In This Topic
    Syntax
    'Declaration
     
    
    Friend Overrides Sub Kpb( _
       ByVal nUYh As System.Integer, _
       ByVal OUYh As NPoint _
    ) 
    'Usage
     
    
    Dim instance As NDrawPath
    Dim nUYh As System.Integer
    Dim OUYh As NPoint
     
    instance.Kpb(nUYh, OUYh)
    internal override void Kpb( 
       System.int nUYh,
       NPoint OUYh
    )

    Parameters

    nUYh
    OUYh
    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