- area <->
height: int
- Height of area in pixels. Zero height implies the area contains no
pixels. With a positive value, the origin is at the top, with a negative
value it is at the bottom.
- See also
- area
-width
- area <->
width: int
- Width of area in pixels. Zero width implies the area contains no pixels.
With a positive value, the origin is at the left, with a negative value
it is at the right.
- See also
- area
-height
- area <->
x: int
- X-coordinate of the area. The value may both be positive and negative,
indicating the origin of the area to be at the right, resp. left of the
origin of the coordinate system.
- See also
- area
-y
- area <->
y: int
- Y-coordinate of the area. The value may both be positive and negative,
indicating the origin of the area to be at below/above of the origin of
the coordinate system.
- See also
- area
-x