rect

The rect property defines the dimensions of the field using a rectangle.

 

Syntax

System.Array rect();

 

Remarks

The rectangle is define in the following order: upper-left x, upper-left y, lower-right x and lower-right y.

 

Member of field.

 

Example