Click or drag to resize

ZoomPanelZoomPanelHistoryItemsCollectionGetItem Method

Returns a ZoomPanelHistoryItem with the specified itemIndex (0: the latest (newest) item, (ItemsCount - 1): the last (oldest) item)

Namespace:  Ab2d.Controls
Assembly:  Ab2d.Controls.ZoomPanel (in Ab2d.Controls.ZoomPanel.dll) Version: 5.2.6631.1040
Syntax
C#
public ZoomPanelZoomPanelHistoryItem GetItem(
	int itemIndex
)

Parameters

itemIndex
Type: SystemInt32
index of the history item

Return Value

Type: ZoomPanelZoomPanelHistoryItem
ZoomPanelHistoryItem
See Also