IAnimationFrame Class
Summary: The Animation frame
Module: aspose.imaging
Full Name: aspose.imaging.IAnimationFrame
Properties
Name | Type | Access | Description |
---|---|---|---|
disposal_method | AnimationDisposalMethods | r | Gets the disposal method. |
frame_left | int | r | Gets the frame left offset. |
frame_time | int | r | Gets the frame duration. |
frame_top | int | r | Gets the frame top offset. |
use_alpha_blending | bool | r | Gets a value indicating whether [use alpha blending]. |
Methods
Name | Description |
---|---|
get_full_frame() | Gets the full frame. |
Method: get_full_frame()
get_full_frame()
Gets the full frame.
Returns
Type | Description |
---|---|
RasterImage | The RasterImage with full frame |