Nevron .NET Vision
Nevron.SmartShapes Namespace / NSmartShapeFactory Class / CreateShape Method


In This Topic
    CreateShape Method (NSmartShapeFactory)
    In This Topic
    Syntax
    'Declaration
     
    
    Protected MustOverride Function CreateShape( _
       ByVal enumValue As System.Integer _
    ) As NSmartShape
    'Usage
     
    
    Dim instance As NSmartShapeFactory
    Dim enumValue As System.Integer
    Dim value As NSmartShape
     
    value = instance.CreateShape(enumValue)
    protected abstract NSmartShape CreateShape( 
       System.int enumValue
    )

    Parameters

    enumValue
    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