Clase IAnimationFrame
Summary: The Animation frame
Module: aspose.imaging
Full Name: aspose.imaging.IAnimationFrame
Properties
| Name | Type | Access | Descripción |
|---|---|---|---|
| disposal_method | AnimationDisposalMethods | r | Obtiene el método de eliminación. |
| frame_left | int | r | Obtiene el desplazamiento izquierdo del fotograma. |
| frame_time | int | r | Obtiene la duración del fotograma. |
| frame_top | int | r | Obtiene el desplazamiento superior del fotograma. |
| use_alpha_blending | bool | r | Obtiene un valor que indica si [use alpha blending]. |
Methods
| Name | Descripción |
|---|---|
| get_full_frame() | Obtiene el fotograma completo. |
Method: get_full_frame()
get_full_frame()
Obtiene el fotograma completo.
Returns
| Tipo | Descripción |
|---|---|
| RasterImage | El RasterImage con cuadro completo |