Classe IAnimationFrame
Summary: The Animation frame
Module: aspose.imaging
Full Name: aspose.imaging.IAnimationFrame
Properties
| Name | Type | Access | Descrizione |
|---|---|---|---|
| disposal_method | AnimationDisposalMethods | r | Ottiene il metodo di smaltimento. |
| frame_left | int | r | Ottiene l’offset sinistro del fotogramma. |
| frame_time | int | r | Ottiene la durata del fotogramma. |
| frame_top | int | r | Ottiene l’offset superiore del fotogramma. |
| use_alpha_blending | bool | r | Ottiene un valore che indica se [use alpha blending]. |
Methods
| Name | Descrizione |
|---|---|
| get_full_frame() | Ottiene il fotogramma completo. |
Method: get_full_frame()
get_full_frame()
Ottiene il fotogramma completo.
Returns
| Tipo | Descrizione |
|---|---|
| RasterImage | Il RasterImage con fotogramma completo |