DataRange is an option for functions such as ListPlot and ListDensityPlot that specifies what range of actual coordinates the data should be assumed to occupy.
DistanceTransform[image] gives the distance transform of image, in which the value of each pixel is replaced by its distance to the nearest background ...
ImageTrim[image , {{x_1, y_1}, {x_2, y_2}, ...}] gives the subimage of image spanned by the specified points.ImageTrim[image, {{x_1, y_1}, {x_2, y_2}, ...}, r] adds a margin ...
Links
(Built-in Mathematica Symbol) Links[] gives a list of all MathLink connections that are currently open. Links[patt] lists only links whose names match the specified string pattern.
MemoryConstrained[expr, b] evaluates expr, stopping if more than b bytes of memory are requested. MemoryConstrained[expr, b, failexpr] returns failexpr if the memory ...
RecordSeparators is an option for Read, Find, and related functions that specifies the list of strings to be taken as delimiters for records.
SelectionCreateCell[notebook] copies the contents of the current selection in a notebook into a new cell. SelectionCreateCell[notebook, sel] sets the current selection after ...
SelectionEvaluateCreateCell[notebook] takes the current selection in a notebook and creates a new cell containing the result obtained by evaluating the contents of the ...
StyleData["style"] is a low-level representation of the contents of a style definition cell.StyleData["style", " environment"] represents the contents of a style definition ...
TraceOff is an option for Trace and related functions which specifies forms inside which tracing should be switched off.