Table of Contents

Interface IVideoEffectPan

Namespace
VisioForge.Core.Types.VideoEffects
Assembly
VisioForge.Core.dll

Pan effect interface.

public interface IVideoEffectPan : IVideoEffect

Implements

Properties

StartHeight

Gets or sets start height position.

int StartHeight { get; set; }

Property Value

int

StartWidth

Gets or sets start width position.

int StartWidth { get; set; }

Property Value

int

StartX

Gets or sets start X position.

int StartX { get; set; }

Property Value

int

StartY

Gets or sets start Y position.

int StartY { get; set; }

Property Value

int

StopHeight

Gets or sets stop height position.

int StopHeight { get; set; }

Property Value

int

StopWidth

Gets or sets stop width position.

int StopWidth { get; set; }

Property Value

int

StopX

Gets or sets stop X position.

int StopX { get; set; }

Property Value

int

StopY

Gets or sets stop Y position.

int StopY { get; set; }

Property Value

int