Nevron Open Vision Documentation
Nevron.Nov.Diagram.Import.Map Namespace / NMapImporter Class / drph Method


In This Topic
    drph Method
    In This Topic
    Syntax
    'Declaration
     
    
    Friend Shared Function drph( _
       ByVal Erph() As NPoint, _
       ByVal frph As ENShapeType, _
       ByRef Grph() As NPoint _
    ) As NShape
    'Usage
     
    
    Dim Erph() As NPoint
    Dim frph As ENShapeType
    Dim Grph() As NPoint
    Dim value As NShape
     
    value = NMapImporter.drph(Erph, frph, Grph)
    internal static NShape drph( 
       NPoint[] Erph,
       ENShapeType frph,
       out NPoint[] Grph
    )

    Parameters

    Erph
    frph
    Grph
    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