Gets a position of the specified item.

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

Syntax

Visual Basic

Public Function GetItemPosition ( _
	itemIndex As Integer, _
	<OutAttribute> ByRef position As Point _
) As Boolean

C#

public bool GetItemPosition(
	int itemIndex,
	out Point position
)

Parameters

itemIndex

Type: System..::.Int32

The item for which a position should be found.
position

Type: System.Drawing..::.Point %

Coordinates of the top-left corner of the item rectangle.

Return Value

A value indicating if the position was found.