'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