SizeF.Add(SizeF, SizeF) Méthode

Définition

Ajoute la largeur et la hauteur d'une structure SizeF à la largeur et la hauteur d'une autre structure SizeF.

public:
 static System::Drawing::SizeF Add(System::Drawing::SizeF sz1, System::Drawing::SizeF sz2);
public static System.Drawing.SizeF Add (System.Drawing.SizeF sz1, System.Drawing.SizeF sz2);
static member Add : System.Drawing.SizeF * System.Drawing.SizeF -> System.Drawing.SizeF
Public Shared Function Add (sz1 As SizeF, sz2 As SizeF) As SizeF

Paramètres

sz1
SizeF

Première structure SizeF à ajouter.

sz2
SizeF

Deuxième structure SizeF à ajouter.

Retours

Structure SizeF qui est le résultat de l'opération d'addition.

S’applique à

Voir aussi