Nevron .NET Vision
Nevron.Diagram.Shapes Namespace / NShapesFactory Class / CreateCenterAndSidesPorts Method / CreateCenterAndSidesPorts(NShape) Method
shape


In This Topic
    CreateCenterAndSidesPorts(NShape) Method
    In This Topic
    Creates center and sides ports for the specified shape
    Syntax
    'Declaration
     
    
    Protected Overloads Overridable Sub CreateCenterAndSidesPorts( _
       ByVal shape As NShape _
    ) 
    'Usage
     
    
    Dim instance As NShapesFactory
    Dim shape As NShape
     
    instance.CreateCenterAndSidesPorts(shape)
    protected virtual void CreateCenterAndSidesPorts( 
       NShape shape
    )

    Parameters

    shape
    shape
    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