'Declaration Public Function GetItemRect( _
ByVal itemsRectThe items rect.As System.Drawing.RectangleF, _
ByVal itemIndexIndex of the item.As System.Int32, _
ByVal verticalOffsetThe vertical offset.As Single _
) As System.Drawing.RectangleF
public System.Drawing.RectangleF GetItemRect(
System.Drawing.RectangleF itemsRect,
System.Int32 itemIndex,
float verticalOffset
)
public: System.Drawing.RectangleF* GetItemRect(
System.Drawing.RectangleF* itemsRect,
System.Int32 itemIndex,
float verticalOffset
)
public:
System.Drawing.RectangleF^ GetItemRect(
System.Drawing.RectangleF^ itemsRect,
System.Int32 itemIndex,
float verticalOffset
)
Parameters
- itemsRect
- The items rect.
- itemIndex
- Index of the item.
- verticalOffset
- The vertical offset.
Return Value
The rectangle of the item at specified index.