xDeltaAxis property

double? xDeltaAxis
getter/setter pair

Delta of x axis, The origin (0,0) of the video is the top left, the whole size of video is 1x1, can be negative (top or left is out of view), and can be greater than 1 (bottom or right is out of view).

X坐标轴的差值,视频的左上角为坐标系的原点(0,0),视频完整大小为1x1,可以为负值(左侧超出屏幕),可以为大于1的值(右侧超出屏幕)*/

Implementation

double? xDeltaAxis;