company logo

Point :: x - Horizontal position

The property contains the horizontal 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 vertical position
    int32 Point  :: x (  )

    The function returns the vertical position of the point.

  2. to list
  3. Set horizontal position
    int32 Point  :: x ( int32 iHorizontal )

    The function sets the horizontal position to the value passed in iHorizontal.

    • iHorizontal - Horizontal Value

      Value for horizontal (x) position.

      Point

  4. to list