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


CreateSun Method (NWeatherShapesFactory)
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)

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