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

Histogram.Length Property

Returns number of histogram entries.

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

Syntax

Visual Basic
Public ReadOnly Property Length As Integer
C#
public int Length { get; }

Property Value

Value that contains number of histogram entries. Depending on bitmap pixel format it is either 256 (if it is non-extended) or 65356 (if it is extended).

See Also

Reference