'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