company logo

Point :: y - Vertical position

The property contains the vertical position for the point.

Return value:  Position in collection ( int32  )

The position of an entry in a collection or list is the number of the entry in the collection beginning with 0 for the first entry.

Implementation overview

Implementation details

  1. Get horizontal position
    int32 Point  :: y (  )

    The function returns the horizontal position of the point.

  2. to list
  3. Set vertical position
    int32 Point  :: y ( int32 iVertical )

    The function sets the vertical position to the value passed in iVertical.

    • iVertical - Vertical Value

      Value for Vertical (y) Position

  4. to list