Gtk.TextBuffer.GetBounds Method
Retrieves the first and last iterators in the buffer, i.e. the entire buffer.

Syntax

public void GetBounds (out TextIter start, out TextIter end)

Parameters

start
A Gtk.TextIter object to store the location of the beginning of the buffer.
end
A Gtk.TextIter object to store the location of the end of the buffer.

Remarks

Requirements

Namespace: Gtk
Assembly: gtk-sharp (in gtk-sharp.dll)