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

VirtualListView.GetItemRect Method

Gets a region occupied by the specified item.

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

Syntax

Visual Basic
Public Function GetItemRect ( _
	itemIndex As Integer _
) As Rectangle
C#
public Rectangle GetItemRect(
	int itemIndex
)

Parameters

itemIndex

Type: System.Int32

The item for which a region should be determined.

Return Value

A region occupied by the specified item.

See Also

Reference