Nevron.SmartShapes Namespace / NSmartShapeFactory Class / CreateShape Method


CreateShape Method (NSmartShapeFactory)
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)

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