company logo

Size :: height - Height of rectangle

Return value:  Hight of rectangle ( int32  )

Implementation overview

Implementation details

  1. Get height
    int32 Size  :: height (  )

    The function returns the height of the rectangle.

  2. to list
  3. Change height
    int32 Size  :: height ( int32 iHeight )

    The function changes the height of the rectangle to the value passed in iHeight.

    • iHeight - Hight of rectangle
  4. to list