ZForge.Controls.TreeViewAdv.Tree.FixedRowHeightLayout.GetRowBounds C# (CSharp) Method

GetRowBounds() public method

public GetRowBounds ( int rowNo ) : Rectangle
rowNo int
return System.Drawing.Rectangle
        public Rectangle GetRowBounds(int rowNo)
        {
            return new Rectangle(0, rowNo * _rowHeight, 0, _rowHeight);
        }