InsertAudioFrameLinked
ShapeCollection.InsertAudioFrameLinked méthode
Crée un nouveau cadre audio avec un fichier audio lié et l’insère dans une collection à l’index spécifié.
public IAudioFrame InsertAudioFrameLinked(int index, float x, float y, float width, float height,
string fname)
Paramètre | Type | Description |
---|---|---|
index | Int32 | L’index basé sur zéro à laquelle le cadre audio doit être inséré. |
x | Single | Coordonnée X d’un nouveau cadre audio. |
y | Single | Coordonnée Y d’un nouveau cadre audio. |
width | Single | Largeur d’un nouveau cadre audio. |
height | Single | Hauteur d’un nouveau cadre audio. |
fname | String | Nom du fichier audio. |
Valeur de retour
Objet AudioFrame créé.
Voir aussi
- interface IAudioFrame
- class ShapeCollection
- namespace Aspose.Slides
- assembly Aspose.Slides