ZForge.Controls.TreeViewAdv.Tree.FixedRowHeightLayout.GetRowBounds C# (CSharp) Méthode

GetRowBounds() public méthode

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