Interface IFrame
- Namespace
- Aspose.Imaging.FileFormats.Webp
- Assembly
- Aspose.Imaging.dll
Webp frame interface
public interface IFrame
Properties
Duration
Gets or sets the frame duration.
short Duration { get; set; }
Property Value
- short
The duration.
Left
Gets or sets the frame position left.
short Left { get; set; }
Property Value
- short
The left.
Top
Gets or sets the frame position top.
short Top { get; set; }
Property Value
- short
The top.