ARCed.Controls.DatabaseObjectListBox.GetItemRectangle C# (CSharp) Метод

GetItemRectangle() публичный Метод

Returns the bounding rectangle for an item in the control's listbox
public GetItemRectangle ( int index ) : Rectangle
index int Index of the item in the listbox to get the rectangle for
Результат System.Drawing.Rectangle
        public Rectangle GetItemRectangle(int index)
        {
            return this.listBoxObjects.GetItemRectangle(index);
        }