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

완전한 프레임을 가진 RasterImage

 한국어