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


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

    Parameters

    shape
    moon_CrescentPath
    moon_BodyPath
    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