Interface IAnimationFrame

Interface IAnimationFrame

Il nome: Aspose.Imaging Assemblea: Aspose.Imaging.dll (25.4.0)

Il frame di animazione

public interface IAnimationFrame

Properties

DisposalMethod

Riceve il metodo di distacco.

AnimationDisposalMethods DisposalMethod { get; }

Valore di proprietà

AnimationDisposalMethods

FrameLeft

Riceve il frame rilasciato.

int FrameLeft { get; }

Valore di proprietà

int

FrameTime

Riceve la durata del frame.

int FrameTime { get; }

Valore di proprietà

int

FrameTop

Riceve il frame top offset.

int FrameTop { get; }

Valore di proprietà

int

UseAlphaBlending

Riceve un valore che indica se [utilizzare alfa blending].

bool UseAlphaBlending { get; }

Valore di proprietà

bool

Methods

GetFullFrame()

Ottieni il quadro completo.

RasterImage GetFullFrame()

Returns

RasterImage

Il RasterImage con il frame completo

 Italiano