Skip to content

Latest commit

 

History

History
13 lines (8 loc) · 503 Bytes

File metadata and controls

13 lines (8 loc) · 503 Bytes

ImagePixelCoordinate

Coordinate of a pixel in an image (x, y). Top left corner of the image is (0, 0).

Properties

Name Type Required Description
x int Yes Coordinate on the x-axis (width).
y int Yes Coordinate on the y-axis (height).

[Back to Model list] [Back to API list] [Back to README]