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