getColumnWidth( )

Returns the column index (zero-based) of a location in the Document Coordinate System.

Interface

mimelist

JavaScript synopsis
inst.getColumnWidth(n)
C synopsis
AInt16 getColumnWidth(
  ListInstance* inst,
  AUInt16 n
)
Parameters
  • inst   The MIME instance.

  • x   The column width.

Returns

The column index (zero-based), or -1 if (x, y) doesn’t fall within a column.