ImageCue.Position 属性

定义

获取或设置与 ImageCue 关联的图像相对于视频帧左上角的位置。

public:
 property TimedTextPoint Position { TimedTextPoint get(); void set(TimedTextPoint value); };
TimedTextPoint Position();

void Position(TimedTextPoint value);
public TimedTextPoint Position { get; set; }
var timedTextPoint = imageCue.position;
imageCue.position = timedTextPoint;
Public Property Position As TimedTextPoint

属性值

ImageCue 关联的图像的位置

适用于