company logo

Size :: width - Width of rectangle

Return value:  Width of a rectangle ( int32  )

Implementation overview

Implementation details

  1. Get width
    int32 Size  :: width (  )

    The function returns the Width of the rectangle.

  2. to list
  3. Change width
    int32 Size  :: width ( int32 iWidth )

    The function changes the width of the rectangle to the value passed in iWidth.

    • iWidth - Width of a rectangle
  4. to list