Table of Contents

Property this

Namespace
DocWright.Fonts
Assembly
DocWright.Fonts.dll

this[int]

Gets one buffered item by index.

public ClusterAdvance this[int index] { get; }

Parameters

index int

The zero-based index.

Property Value

ClusterAdvance

The item.

Exceptions

ArgumentOutOfRangeException

index is outside the buffer.