public interface IAnimationFrame
The Animation frame
| Modifier and Type | Method and Description |
|---|---|
int |
getDisposalMethod()
Gets the disposal method.
|
int |
getFrameLeft()
Gets the frame left offset.
|
int |
getFrameTime()
Gets the frame duration.
|
int |
getFrameTop()
Gets the frame top offset.
|
RasterImage |
getFullFrame()
Gets the full frame.
|
boolean |
isUseAlphaBlending()
Gets a value indicating whether [use alpha blending].
|
int getFrameTime()
Gets the frame duration.
int getFrameTop()
Gets the frame top offset.
int getFrameLeft()
Gets the frame left offset.
boolean isUseAlphaBlending()
Gets a value indicating whether [use alpha blending].
Value:true if [use alpha blending]; otherwise, false.int getDisposalMethod()
Gets the disposal method.
AnimationDisposalMethodsRasterImage getFullFrame()
Gets the full frame.
Copyright (c) 2008-2025 Aspose Pty Ltd. All Rights Reserved.