Nevron.Diagram.Shapes Namespace / NFoodShapesFactory Class / CreateShape Method / CreateShape(FoodShapes) Method


CreateShape(FoodShapes) Method
Syntax
'Declaration
 
Public Overloads Function CreateShape( _
   ByVal foodShape As FoodShapes _
) As NShape
 
'Usage
 
Dim instance As NFoodShapesFactory
Dim foodShape As FoodShapes
Dim value As NShape
 
value = instance.CreateShape(foodShape)

Parameters

foodShape
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