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

Histogram.Item Property

Gets/sets histogram entry by specified index.

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

Syntax

Visual Basic
Public Default Property Item ( _
	index As Integer _
) As Integer
C#
public int this[
	int index
] { get; set; }

Parameters

index

Type: System.Int32

Index of the entry to get.

Property Value

Value that contains histogram entry at specified index.

Remarks

Maximum index value can be calculated as property Length - 1.

See Also

Reference