Share via


ImagePointOutput interface

Represents the coordinates of a single pixel in the image.

Properties

x

The horizontal x-coordinate of this point, in pixels. Zero values corresponds to the left-most pixels in the image.

y

The vertical y-coordinate of this point, in pixels. Zero values corresponds to the top-most pixels in the image.

Property Details

x

The horizontal x-coordinate of this point, in pixels. Zero values corresponds to the left-most pixels in the image.

x: number

Property Value

number

y

The vertical y-coordinate of this point, in pixels. Zero values corresponds to the top-most pixels in the image.

y: number

Property Value

number