When debugging Rect displays as follows...
RectA (Rect) Rect(10, 16 - 16, 22)
I was trying to figure how I could get negative numbers.
Should it be...
RectA (Rect) Rect(10, 16, 16, 22)
or is it a deliberate separation of the two halves? If so may I recommend a colon ) instead.
RectA (Rect) Rect(10, 16 - 16, 22)
I was trying to figure how I could get negative numbers.
Should it be...
RectA (Rect) Rect(10, 16, 16, 22)
or is it a deliberate separation of the two halves? If so may I recommend a colon ) instead.