Click or drag to resize

ZoomPanel.ZoomPanelHistoryItemsCollection.GetItem 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 ZoomPanel. ZoomPanelHistoryItem GetItem(
	int itemIndex
)

Parameters

itemIndex
Type: System.Int32
index of the history item

Return Value

Type: ZoomPanel.ZoomPanelHistoryItem
ZoomPanelHistoryItem
See Also