'Declaration
Protected Overridable Sub CreateCloud( _ ByVal shape As NCompositeShape, _ ByRef cloud_BodyPath As NCustomPath, _ ByRef cloud_InnerPath As NCustomPath _ )
'Usage
Dim instance As NWeatherShapesFactory Dim shape As NCompositeShape Dim cloud_BodyPath As NCustomPath Dim cloud_InnerPath As NCustomPath instance.CreateCloud(shape, cloud_BodyPath, cloud_InnerPath)
protected virtual void CreateCloud( NCompositeShape shape, out NCustomPath cloud_BodyPath, out NCustomPath cloud_InnerPath )
Parameters
- shape
- cloud_BodyPath
- cloud_InnerPath