Nevron .NET Vision
Nevron.Diagram.Shapes Namespace / NWeatherShapesFactory Class / CreateDrop Method


In This Topic
    CreateDrop Method
    In This Topic
    Drop Common Shape
    Syntax
    'Declaration
     
    
    Protected Overridable Sub CreateDrop( _
       ByVal shape As NCompositeShape, _
       ByRef drop_BodyPath As NCustomPath, _
       ByRef drop_ShinePath As NCustomPath _
    ) 
    'Usage
     
    
    Dim instance As NWeatherShapesFactory
    Dim shape As NCompositeShape
    Dim drop_BodyPath As NCustomPath
    Dim drop_ShinePath As NCustomPath
     
    instance.CreateDrop(shape, drop_BodyPath, drop_ShinePath)
    protected virtual void CreateDrop( 
       NCompositeShape shape,
       out NCustomPath drop_BodyPath,
       out NCustomPath drop_ShinePath
    )

    Parameters

    shape
    drop_BodyPath
    drop_ShinePath
    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