Interface IAnimationFrame

Interface IAnimationFrame

Nazwa przestrzeń: Aspose.Imaging Zgromadzenie: Aspose.Imaging.dll (25.4.0)

Ramy animacji

public interface IAnimationFrame

Properties

DisposalMethod

Dostęp do metody dystrybucji.

AnimationDisposalMethods DisposalMethod { get; }

Wartość nieruchomości

AnimationDisposalMethods

FrameLeft

Otrzymuje ramy pozostałe.

int FrameLeft { get; }

Wartość nieruchomości

int

FrameTime

Otrzymuje długość ramki.

int FrameTime { get; }

Wartość nieruchomości

int

FrameTop

Otrzymasz top offset.

int FrameTop { get; }

Wartość nieruchomości

int

UseAlphaBlending

Otrzymuje wartość wskazującą, czy [użyj mieszania alfa].

bool UseAlphaBlending { get; }

Wartość nieruchomości

bool

Methods

GetFullFrame()

Dostarczamy pełny ramy.

RasterImage GetFullFrame()

Returns

RasterImage

RasterImage z pełnym ramy

 Polski