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


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

    Parameters

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