Location

Description

Location consists of two integer coordinates and is used to identify pixels in images, elements in matrices etc.

Structure fields:

  • X : Integer – 0-based column index
  • Y : Integer – 0-based row index

Note, that there is also the Point2Dtype, that also has X and Y fields, but they are Real-valued, not Integer.

Structure Fields

Type fields and default values (if defined) are described below:

Name Type Description
X Integer
Y Integer