Interface IFrame
Interface IFrame
Namespace: Aspose.Imaging.FileFormats.Webp
Assembly: Aspose.Imaging.dll (26.3.0)
Webp frame interface
public interface IFrameProperties
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; }