Home > vm-providers > SimplePosition
A position specified by the horizontal (x) and vertical (y) coordinates.
Signature:
export interface SimplePosition
| Property | Type | Description |
|---|---|---|
| x | number | Horizontal coordinate in pixels (distance from the left) |
| y | number | Horizontal coordinate in pixels (distance from the top) |