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

short

Left

Gets or sets the frame position left.

short Left { get; set; }

Property Value

short

Top

Gets or sets the frame position top.

short Top { get; set; }

Property Value

short