ImageCue.Position Property

Definition

Gets or sets the position of the image associated with the ImageCue, relative to the top left corner of the video frame.

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

Property Value

The position of the image associated with the ImageCue

Applies to