Method Clone
- Namespace
- PaintDotNet
- Assembly
- PaintDotNet.Data.dll
Clone()
This should simply call "new myType(this)" ... do not call base class' implementation of Clone, as this is handled by the constructors.
public override object Clone()
This should simply call "new myType(this)" ... do not call base class' implementation of Clone, as this is handled by the constructors.
public override object Clone()