Table of Contents

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 virtual object Clone()

Returns

object