xCoordinate property

double? xCoordinate
getter/setter pair

The X coordinate of the upper left corner of the cropping area in the background image.

This is a value in the closed range of 0 to 1. This value represents the horizontal distance from the left side of the entire image to the left side of the cropping area divided by the width of the entire image.

Implementation

core.double? xCoordinate;