[ CCode ( cname = "gimp_ruler_get_range" ) ]
[ Version ( since = "2.8" ) ]
public void get_range (out double lower, out double upper, out double max_size)
Retrieves values indicating the range and current position of a Ruler.
See set_range.
| this |
a Ruler |
| lower |
location to store lower limit of the ruler, or null |
| upper |
location to store upper limit of the ruler, or null |
| max_size |
location to store the maximum size of the ruler used when calculating the space to leave for the text, or null. |