Interface IVideoEffectPan
- Namespace
- VisioForge.Core.Types.VideoEffects
- Assembly
- VisioForge.Core.dll
Pan effect interface.
public interface IVideoEffectPan : IVideoEffectImplements
Properties
StartHeight
Gets or sets start height position.
int StartHeight { get; set; }Property Value
StartWidth
Gets or sets start width position.
int StartWidth { get; set; }Property Value
StartX
Gets or sets start X position.
int StartX { get; set; }Property Value
StartY
Gets or sets start Y position.
int StartY { get; set; }Property Value
StopHeight
Gets or sets stop height position.
int StopHeight { get; set; }Property Value
StopWidth
Gets or sets stop width position.
int StopWidth { get; set; }Property Value
StopX
Gets or sets stop X position.
int StopX { get; set; }Property Value
StopY
Gets or sets stop Y position.
int StopY { get; set; }