An NDoc Documented Class Library |
|
Curve.Clone Method
Produces an exact copy of the curve by using the BinaryFormatter. So you have to mark a new instance of Curve with the attribute [Serializable].
public virtual
Curve Clone();
Return Value
See Also
Curve Class | Minais.Drawing3d.Curves Namespace