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