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


In This Topic
    CreateCloud Method (NWeatherShapesFactory)
    In This Topic
    Cloud Common Shape
    Syntax
    'Declaration
     
    
    Protected Overridable Sub CreateCloud( _
       ByVal shape As NCompositeShape, _
       ByRef cloud_BodyPath As NCustomPath, _
       ByRef cloud_InnerPath As NCustomPath _
    ) 
    'Usage
     
    
    Dim instance As NWeatherShapesFactory
    Dim shape As NCompositeShape
    Dim cloud_BodyPath As NCustomPath
    Dim cloud_InnerPath As NCustomPath
     
    instance.CreateCloud(shape, cloud_BodyPath, cloud_InnerPath)
    protected virtual void CreateCloud( 
       NCompositeShape shape,
       out NCustomPath cloud_BodyPath,
       out NCustomPath cloud_InnerPath
    )

    Parameters

    shape
    cloud_BodyPath
    cloud_InnerPath
    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