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