RelativelyPoint¶
- class RelativelyPoint(x_percent: float, y_percent: float)[source]¶
Bases:
objectStore coordinates as relative values in the range from -1 to 1.
- property x¶
Return the relative X coordinate.
- Returns:
Relative X coordinate.
- Return type:
float
- property y¶
Return the relative Y coordinate.
- Returns:
Relative Y coordinate.
- Return type:
float