Interface IAnimationFrame

Interface IAnimationFrame

名称: Aspose.Imaging アセンション: Aspose.Imaging.dll (25.4.0)

アニメーションフレーム

public interface IAnimationFrame

Properties

DisposalMethod

利用方法を取得します。

AnimationDisposalMethods DisposalMethod { get; }

不動産価値

AnimationDisposalMethods

FrameLeft

残りのフレームが割り当てられます。

int FrameLeft { get; }

不動産価値

int

FrameTime

フレームの長さを得る。

int FrameTime { get; }

不動産価値

int

FrameTop

フレームトップを割り当てます。

int FrameTop { get; }

不動産価値

int

UseAlphaBlending

[アルファミリングを使用するかどうかを示す値を得る]

bool UseAlphaBlending { get; }

不動産価値

bool

Methods

GetFullFrame()

完全なフレームを入れる。

RasterImage GetFullFrame()

Returns

RasterImage

フルフレームのラスターイメージ

 日本語