Open Dev Kit Documentation :: General :: Rectangle (Integer) :: Constructor
Root.RectInt._New2( X Integer, Y Integer, Width Integer, Height Integer )Creates a rectangle from a set of co-ordinates and dimension integer values
Parameters
- X Integer
- X co-ordinate of the top-left corner
- Y Integer
- Y co-ordinate of the top-left corner
- Width Integer
- Width of the rectangle
- Height Integer
- Height of the rectangle
Return Value
- Nothing
If you think anything is missing, please feel free to: submit documentation feedback on this page
