xy property

  1. @TagNumber.new(2)
Overlay_NormalizedCoordinate get xy

Normalized coordinates based on output video resolution. Valid values: 0.01.0. xy is the upper-left coordinate of the overlay object. For example, use the x and y coordinates {0,0} to position the top-left corner of the overlay animation in the top-left corner of the output video.

Implementation

@$pb.TagNumber(2)
Overlay_NormalizedCoordinate get xy => $_getN(1);
  1. @TagNumber.new(2)
set xy (Overlay_NormalizedCoordinate v)

Implementation

@$pb.TagNumber(2)
set xy(Overlay_NormalizedCoordinate v) { setField(2, v); }