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


In This Topic
    CreateShapeInfo Method (NElectricalSymbolsShapesFactory)
    In This Topic
    Creates the shape info for the shape at the specified index
    Syntax
    'Declaration
     
    
    Protected Overrides Function CreateShapeInfo( _
       ByVal index As System.Integer _
    ) As NShapeInfo
    'Usage
     
    
    Dim instance As NElectricalSymbolsShapesFactory
    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