Interface IVideoEffectRotate
- Namespace
- VisioForge.Core.Types.VideoEffects
- Assembly
- VisioForge.Core.dll
Rotate effect interface.
public interface IVideoEffectRotate : IVideoEffectImplements
Properties
Angle
Gets or sets degree.
double Angle { get; set; }Property Value
NoCrop
Gets or sets a value indicating whether rotation should preserve the full frame without cropping.
bool NoCrop { get; set; }Property Value
Stretch
Gets or sets a value indicating whether stretch enabled.
bool Stretch { get; set; }