Table of Contents

Method Clone

Namespace
PaintDotNet.Effects
Assembly
PaintDotNet.Effects.Core.dll

Clone()

This should simply call "new myType(this)" ... do not call the base implementation of Clone, as this is handled by the constructors.

public abstract object Clone()

Returns

object