Nevron Open Vision Documentation
Nevron.Nov.Diagram Namespace / NDrawBoxCommand Class / ppb Method


In This Topic
    ppb Method (NDrawBoxCommand)
    In This Topic
    Syntax
    'Declaration
     
    
    Friend Overridable Function ppb( _
       ByVal ntYh As NPoint, _
       ByVal OtYh As NPoint, _
       ByRef ptYh As NPoint _
    ) As System.Boolean
    'Usage
     
    
    Dim instance As NDrawBoxCommand
    Dim ntYh As NPoint
    Dim OtYh As NPoint
    Dim ptYh As NPoint
    Dim value As System.Boolean
     
    value = instance.ppb(ntYh, OtYh, ptYh)
    internal virtual System.bool ppb( 
       NPoint ntYh,
       NPoint OtYh,
       out NPoint ptYh
    )

    Parameters

    ntYh
    OtYh
    ptYh
    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