Interface IAnimationFrame

Interface IAnimationFrame

Název místa: Aspose.Imaging Shromáždění: Aspose.Imaging.dll (25.4.0)

Animační rám

public interface IAnimationFrame

Properties

DisposalMethod

Získáte metodu odstraňován.

AnimationDisposalMethods DisposalMethod { get; }

Hodnota nemovitosti

AnimationDisposalMethods

FrameLeft

Zbavte se rámu opuštěného.

int FrameLeft { get; }

Hodnota nemovitosti

int

FrameTime

Doba trvání rámu.

int FrameTime { get; }

Hodnota nemovitosti

int

FrameTop

Dostane rám top offset.

int FrameTop { get; }

Hodnota nemovitosti

int

UseAlphaBlending

Obdrží hodnotu, která naznačuje, zda [užívejte alfa blending].

bool UseAlphaBlending { get; }

Hodnota nemovitosti

bool

Methods

GetFullFrame()

Dostane celý rám.

RasterImage GetFullFrame()

Returns

RasterImage

Rasterimage s plným rámem

 Čeština