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


In This Topic
    Qpb Method (NDrawBoxCommand)
    In This Topic
    Syntax
    'Declaration
     
    
    Friend Overridable Function Qpb( _
       ByVal jtYh As System.Double, _
       ByVal KtYh As System.Double, _
       ByRef ltYh As NPoint, _
       ByRef MtYh As System.Double _
    ) As System.Boolean
    'Usage
     
    
    Dim instance As NDrawBoxCommand
    Dim jtYh As System.Double
    Dim KtYh As System.Double
    Dim ltYh As NPoint
    Dim MtYh As System.Double
    Dim value As System.Boolean
     
    value = instance.Qpb(jtYh, KtYh, ltYh, MtYh)
    internal virtual System.bool Qpb( 
       System.double jtYh,
       System.double KtYh,
       out NPoint ltYh,
       out System.double MtYh
    )

    Parameters

    jtYh
    KtYh
    ltYh
    MtYh
    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