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


In This Topic
    CreateSnowflake Method
    In This Topic
    Snowflake Common Shape
    Syntax
    'Declaration
     
    
    Protected Overridable Sub CreateSnowflake( _
       ByVal shape As NCompositeShape, _
       ByRef snow_Flake As NPolygonPath _
    ) 
    'Usage
     
    
    Dim instance As NWeatherShapesFactory
    Dim shape As NCompositeShape
    Dim snow_Flake As NPolygonPath
     
    instance.CreateSnowflake(shape, snow_Flake)
    protected virtual void CreateSnowflake( 
       NCompositeShape shape,
       out NPolygonPath snow_Flake
    )

    Parameters

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