Table of Contents

Interface IVideoEffectRotate

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

Rotate effect interface.

public interface IVideoEffectRotate : IVideoEffect

Implements

Properties

Angle

Gets or sets degree.

double Angle { get; set; }

Property Value

double

NoCrop

Gets or sets a value indicating whether rotation should preserve the full frame without cropping.

bool NoCrop { get; set; }

Property Value

bool

Stretch

Gets or sets a value indicating whether stretch enabled.

bool Stretch { get; set; }

Property Value

bool