Click or drag to resize

Palette.Clone Method

Returns a deep copy of this Palette.

Namespace:  Atalasoft.Imaging
Assembly:  Atalasoft.dotImage (in Atalasoft.dotImage.dll) Version: 11.5.0.0.0.156 (.NET 4.6.2, x86)
Syntax
public Object Clone()

Return Value

Type: Object
A deep copy of this Palette.

Implements

ICloneable.Clone()
See Also