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

拉斯特图片与完整框架

 中文