Histogram Constructor

Initializes a new instance of the Histogram class from the specified existing histogram.

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

Syntax

C#
public Histogram(
	Histogram histogram
)

Parameters

histogram

Type: Aurigma.GraphicsMill.Histogram

The Histogram to be copied.

See Also

Reference