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


In This Topic
    CreatePolypoint Method (NDrawPolygon)
    In This Topic
    Appends the graphics path command represented by this command.
    Syntax
    'Declaration
     
    
    Protected Overrides Function CreatePolypoint( _
       ByVal points() As NPoint _
    ) As NPolygon
    'Usage
     
    
    Dim instance As NDrawPolygon
    Dim points() As NPoint
    Dim value As NPolygon
     
    value = instance.CreatePolypoint(points)
    protected override NPolygon CreatePolypoint( 
       NPoint[] points
    )

    Parameters

    points
    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