'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