get_refval


Description:

[ CCode ( cname = "gimp_size_entry_get_refval" ) ]
public double get_refval (int field)

Returns the reference value for field # field of the SizeEntry.

The reference value is either a distance in pixels or a resolution in dpi, depending on which SizeEntryUpdatePolicy you chose in SizeEntry.

Parameters:

this

The sizeentry you want to know a reference value of.

field

The index of the field you want to know the reference value of.

Returns:

The reference value of the chosen field.