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


In This Topic
    Qpb Method (NDrawPolygon)
    In This Topic
    Syntax
    'Declaration
     
    
    Friend Overrides Function Qpb( _
       ByVal rUYh As System.Double, _
       ByVal SUYh As System.Double, _
       ByRef tUYh As NPoint, _
       ByRef UUYh As System.Double _
    ) As System.Boolean
    'Usage
     
    
    Dim instance As NDrawPolygon
    Dim rUYh As System.Double
    Dim SUYh As System.Double
    Dim tUYh As NPoint
    Dim UUYh As System.Double
    Dim value As System.Boolean
     
    value = instance.Qpb(rUYh, SUYh, tUYh, UUYh)
    internal override System.bool Qpb( 
       System.double rUYh,
       System.double SUYh,
       out NPoint tUYh,
       out System.double UUYh
    )

    Parameters

    rUYh
    SUYh
    tUYh
    UUYh
    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