Interface IAnimationFrame

Interface IAnimationFrame

Le nom : Aspose.Imaging Assemblée: Aspose.Imaging.dll (25.4.0)

Le cadre d’animation

public interface IAnimationFrame

Properties

DisposalMethod

Obtenez la méthode de détachement.

AnimationDisposalMethods DisposalMethod { get; }

Valore di proprietà

AnimationDisposalMethods

FrameLeft

Il reçoit le remboursement du cadre.

int FrameLeft { get; }

Valore di proprietà

int

FrameTime

Obtenez la durée du cadre.

int FrameTime { get; }

Valore di proprietà

int

FrameTop

Il reçoit le frame top offset.

int FrameTop { get; }

Valore di proprietà

int

UseAlphaBlending

Obtenez une valeur indiquant si [utilisez le mélange alpha].

bool UseAlphaBlending { get; }

Valore di proprietà

bool

Methods

GetFullFrame()

Obtenez le cadre complet.

RasterImage GetFullFrame()

Returns

RasterImage

Le RasterImage avec un cadre complet

 Français