Nevron .NET Vision
Nevron.Diagram.Shapes Namespace / NFlowChartingShapesFactory Class / CreateShapeInfo Method


In This Topic
    CreateShapeInfo Method (NFlowChartingShapesFactory)
    In This Topic
    Overriden to create the shape info for the flow charting shape at the specified index
    Syntax
    'Declaration
     
    
    Protected Overrides Function CreateShapeInfo( _
       ByVal index As System.Integer _
    ) As NShapeInfo
    'Usage
     
    
    Dim instance As NFlowChartingShapesFactory
    Dim index As System.Integer
    Dim value As NShapeInfo
     
    value = instance.CreateShapeInfo(index)
    protected override NShapeInfo CreateShapeInfo( 
       System.int index
    )

    Parameters

    index
    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