This documentation is for the old version. Go to the latest Graphics Mill docs

GrayScaleColor.Clone Method

Creates a full copy of this GrayScaleColor object.

Namespace: Aurigma.GraphicsMill
Assembly: Aurigma.GraphicsMill (in Aurigma.GraphicsMill.dll)

Syntax

Visual Basic
Public Overridable Function Clone As Object
C#
public virtual Object Clone()

Return Value

GrayScaleColor object containing full copy of the current object.

See Also

Reference