Histogram.Item Property

Gets or sets histogram entry at the specified index.

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

Syntax

C#
public int this[
	int index
] { get; set; }

Parameters

index

Type: System.Int32

The zero-based index of the entry to get or set.

Property Value

The histogram entry at the specified index.

Remarks

Maximum index value can be calculated as Length - 1.

See Also

Reference