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


In This Topic
    ppb Method (NDrawRectangle)
    In This Topic
    Syntax
    'Declaration
     
    
    Friend Overrides Function ppb( _
       ByVal pvYh As NPoint, _
       ByVal QvYh As NPoint, _
       ByRef rvYh As NPoint _
    ) As System.Boolean
    'Usage
     
    
    Dim instance As NDrawRectangle
    Dim pvYh As NPoint
    Dim QvYh As NPoint
    Dim rvYh As NPoint
    Dim value As System.Boolean
     
    value = instance.ppb(pvYh, QvYh, rvYh)
    internal override System.bool ppb( 
       NPoint pvYh,
       NPoint QvYh,
       out NPoint rvYh
    )

    Parameters

    pvYh
    QvYh
    rvYh
    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