Table of Contents

Method GetItemRect

Namespace
Alternet.UI
Assembly
Alternet.UI.Common.dll

GetItemRect(int?)

Gets the rectangle that represents the bounds of the item at the specified index.

public virtual RectD? GetItemRect(int? index)

Parameters

index int?

The zero-based index of the item.

Returns

RectD?

A RectD that represents the bounds of the item, or null if the index is invalid, item is not currently visible or the control is disposed.