Interface IAnimationFrame

Interface IAnimationFrame

Pôvodný názov: Aspose.Imaging Zhromaždenie: Aspose.Imaging.dll (25.4.0)

Animácia rám

public interface IAnimationFrame

Properties

DisposalMethod

Získajte metódu odstraňovania.

AnimationDisposalMethods DisposalMethod { get; }

Hodnota nehnuteľnosti

AnimationDisposalMethods

FrameLeft

Obdržíme zľavový rám.

int FrameLeft { get; }

Hodnota nehnuteľnosti

int

FrameTime

Doba trvania rámu.

int FrameTime { get; }

Hodnota nehnuteľnosti

int

FrameTop

Dostane rám top offset.

int FrameTop { get; }

Hodnota nehnuteľnosti

int

UseAlphaBlending

Získava hodnotu, ktorá ukazuje, či [užívať alfa miešanie].

bool UseAlphaBlending { get; }

Hodnota nehnuteľnosti

bool

Methods

GetFullFrame()

Dostane celý rám.

RasterImage GetFullFrame()

Returns

RasterImage

RasterImage s plným rámom

 Slovenčina