VisioForge (c) 2025

Search Results for

    Interface IVideoEffectPan

    Pan effect interface.

    Inherited Members
    IVideoEffect.StartTime
    IVideoEffect.StopTime
    IVideoEffect.Name
    IVideoEffect.Enabled
    IVideoEffect.Stream
    IVideoEffect.GetEffectType()
    Namespace: VisioForge.Core.Types.VideoEffects
    Assembly: VisioForge.Core.dll
    Syntax
    public interface IVideoEffectPan : IVideoEffect

    Properties

    StartHeight

    Gets or sets start height position.

    Declaration
    int StartHeight { get; set; }
    Property Value
    Type Description
    int

    StartWidth

    Gets or sets start width position.

    Declaration
    int StartWidth { get; set; }
    Property Value
    Type Description
    int

    StartX

    Gets or sets start X position.

    Declaration
    int StartX { get; set; }
    Property Value
    Type Description
    int

    StartY

    Gets or sets start Y position.

    Declaration
    int StartY { get; set; }
    Property Value
    Type Description
    int

    StopHeight

    Gets or sets stop height position.

    Declaration
    int StopHeight { get; set; }
    Property Value
    Type Description
    int

    StopWidth

    Gets or sets stop width position.

    Declaration
    int StopWidth { get; set; }
    Property Value
    Type Description
    int

    StopX

    Gets or sets stop X position.

    Declaration
    int StopX { get; set; }
    Property Value
    Type Description
    int

    StopY

    Gets or sets stop Y position.

    Declaration
    int StopY { get; set; }
    Property Value
    Type Description
    int