<< return to Pixycam.com

How to retrieve height and width of an object into a variable ?

I am a bit new to the pixy and Arduino.

So far the I2C example works fine on my Arduino
However I need to return the height and width of an object into 2 variables.
And that’s confusing me
Because all i see as a way of retrieving data in the i2c example seams to be

pixy.blocks[j].print();

Which seams to be a print command, but i don’t want serial output.
I just want 2 (width and height) variables back for my arduino project.
Where i will then do some calculations with those variables.
How should i do that ?