VisioForge (c) 2025

Search Results for

    Interface IVideoEffectRotate

    Rotate 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 IVideoEffectRotate : IVideoEffect

    Properties

    Angle

    Gets or sets degree.

    Declaration
    double Angle { get; set; }
    Property Value
    Type Description
    double

    Stretch

    Gets or sets a value indicating whether stretch enabled.

    Declaration
    bool Stretch { get; set; }
    Property Value
    Type Description
    bool