Nevron .NET Vision
Nevron.Diagram.Shapes Namespace / NFoodShapesFactory Class / CreateMushroom Method


In This Topic
    CreateMushroom Method
    In This Topic
    Sun Common Shape
    Syntax
    'Declaration
     
    
    Protected Overridable Sub CreateMushroom( _
       ByVal shape As NCompositeShape, _
       ByRef mushroom_Path As NCustomPath _
    ) 
    'Usage
     
    
    Dim instance As NFoodShapesFactory
    Dim shape As NCompositeShape
    Dim mushroom_Path As NCustomPath
     
    instance.CreateMushroom(shape, mushroom_Path)
    protected virtual void CreateMushroom( 
       NCompositeShape shape,
       out NCustomPath mushroom_Path
    )

    Parameters

    shape
    mushroom_Path
    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