BrightIdeasSoftware.ObjectListView.CalculateCellTextBounds C# (CSharp) Метод

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

Return the bounds of the given cell only until the edge of the current text
public CalculateCellTextBounds ( BrightIdeasSoftware.OLVListItem item, int subItemIndex ) : Rectangle
item BrightIdeasSoftware.OLVListItem The row to be edited
subItemIndex int The index of the cell to be edited
Результат System.Drawing.Rectangle
        public virtual Rectangle CalculateCellTextBounds(OLVListItem item, int subItemIndex)
        {
            return this.CalculateCellBounds(item, subItemIndex, ItemBoundsPortion.ItemOnly);
        }
ObjectListView