Class VideoTransition
- Namespace
- VisioForge.Core.Types.X.VideoEdit
- Assembly
- VisioForge.Core.dll
Video transition.
public class VideoTransitionInheritance
Inherited Members
Constructors
VideoTransition(VideoTransitionType, TimeSpan, TimeSpan)
Initializes a new instance of the VisioForge.Core.Types.X.VideoEdit.VideoTransition class.
public VideoTransition(VideoTransitionType type, TimeSpan startTime, TimeSpan stopTime)Parameters
typeVideoTransitionType-
The type.
startTimeTimeSpan-
The start time.
stopTimeTimeSpan-
The stop time.
VideoTransition(string, TimeSpan, TimeSpan)
Initializes a new instance of the VisioForge.Core.Types.X.VideoEdit.VideoTransition class.
public VideoTransition(string type, TimeSpan startTime, TimeSpan stopTime)Parameters
typestring-
The type, VideoTransitionType as string.
startTimeTimeSpan-
The start time.
stopTimeTimeSpan-
The stop time.
Properties
BorderWidth
Gets or sets the border width.
public uint BorderWidth { get; set; }Property Value
Invert
Gets or sets a value indicating whether the transition is inverted.
public bool Invert { get; set; }Property Value
StartTime
Gets or sets the start time.
public TimeSpan StartTime { get; set; }Property Value
StopTime
Gets or sets the stop time.
public TimeSpan StopTime { get; set; }Property Value
Type
Gets or sets the type.
public VideoTransitionType Type { get; set; }Property Value
Methods
ToString()
Returns a String that represents this instance.
public override string ToString()