Table of Contents

Class VideoTransition

Namespace
VisioForge.Core.Types.X.VideoEdit
Assembly
VisioForge.Core.dll

Video transition.

public class VideoTransition

Inheritance

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

type VideoTransitionType

The type.

startTime TimeSpan

The start time.

stopTime TimeSpan

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

type string

The type, VideoTransitionType as string.

startTime TimeSpan

The start time.

stopTime TimeSpan

The stop time.

Properties

BorderWidth

Gets or sets the border width.

public uint BorderWidth { get; set; }

Property Value

uint

Invert

Gets or sets a value indicating whether the transition is inverted.

public bool Invert { get; set; }

Property Value

bool

StartTime

Gets or sets the start time.

public TimeSpan StartTime { get; set; }

Property Value

TimeSpan

StopTime

Gets or sets the stop time.

public TimeSpan StopTime { get; set; }

Property Value

TimeSpan

Type

Gets or sets the type.

public VideoTransitionType Type { get; set; }

Property Value

VideoTransitionType

Methods

ToString()

Returns a String that represents this instance.

public override string ToString()

Returns

string

A String that represents this instance.