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


In This Topic
    Kpb Method (NGeometryCommand)
    In This Topic
    Syntax
    'Declaration
     
    
    Friend Overridable Sub Kpb( _
       ByVal ppxh As System.Integer, _
       ByVal Qpxh As NPoint _
    ) 
    'Usage
     
    
    Dim instance As NGeometryCommand
    Dim ppxh As System.Integer
    Dim Qpxh As NPoint
     
    instance.Kpb(ppxh, Qpxh)
    internal virtual void Kpb( 
       System.int ppxh,
       NPoint Qpxh
    )

    Parameters

    ppxh
    Qpxh
    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