Aurigma Graphics Mill 5.5 for .NET
VirtualListView..::.GetItemPosition Method
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
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.