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


In This Topic
    CreateSun Method (NWeatherShapesFactory)
    In This Topic
    Sun Common Shape
    Syntax
    'Declaration
     
    
    Protected Overridable Sub CreateSun( _
       ByVal shape As NCompositeShape, _
       ByRef sun_RaysPath As NCustomPath, _
       ByRef sun_Face As NEllipsePath _
    ) 
    'Usage
     
    
    Dim instance As NWeatherShapesFactory
    Dim shape As NCompositeShape
    Dim sun_RaysPath As NCustomPath
    Dim sun_Face As NEllipsePath
     
    instance.CreateSun(shape, sun_RaysPath, sun_Face)
    protected virtual void CreateSun( 
       NCompositeShape shape,
       out NCustomPath sun_RaysPath,
       out NEllipsePath sun_Face
    )

    Parameters

    shape
    sun_RaysPath
    sun_Face
    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