Interface IVideoEffectRotate
Rotate effect interface.
Inherited Members
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 |