Nevron .NET Vision
Nevron.Diagram.Shapes Namespace / NShapesFactory Class / CreateVerticesPorts Method


In This Topic
    CreateVerticesPorts Method
    In This Topic
    Creates ports for the specifies shape vertices
    Syntax
    'Declaration
     
    
    Protected Overridable Sub CreateVerticesPorts( _
       ByVal shape As NShape, _
       ByVal vertices() As NPointF _
    ) 
    'Usage
     
    
    Dim instance As NShapesFactory
    Dim shape As NShape
    Dim vertices() As NPointF
     
    instance.CreateVerticesPorts(shape, vertices)
    protected virtual void CreateVerticesPorts( 
       NShape shape,
       NPointF[] vertices
    )

    Parameters

    shape
    vertices
    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also