Nevron .NET Vision
Nevron.SmartShapes Namespace / N1DSmartShapeFactory Class / CreateShape Method / CreateShape(Int32) Method


In This Topic
    CreateShape(Int32) Method
    In This Topic
    Syntax
    'Declaration
     
    
    Protected Overloads Overrides Function CreateShape( _
       ByVal enumValue As System.Integer _
    ) As NSmartShape
    'Usage
     
    
    Dim instance As N1DSmartShapeFactory
    Dim enumValue As System.Integer
    Dim value As NSmartShape
     
    value = instance.CreateShape(enumValue)
    protected override 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