Inflate
Contenu
[
Cacher
]Inflate(RectangleF, float, float)
Crée et renvoie une copie gonflée du spécifiéRectangleF
structure. La copie est gonflée du montant spécifié. Le rectangle d’origine reste inchangé.
public static RectangleF Inflate(RectangleF rect, float x, float y)
Paramètre | Taper | La description |
---|---|---|
rect | RectangleF | LaRectangleF à copier. Ce rectangle n’est pas modifié. |
x | Single | Le montant pour gonfler la copie du rectangle horizontalement. |
y | Single | Le montant pour gonfler la copie du rectangle verticalement. |
Return_Value
Le gonfléRectangleF
.
Voir également
- struct RectangleF
- espace de noms Aspose.Imaging
- Assemblée Aspose.Imaging
Inflate(float, float)
Gonfle çaRectangleF
structure par le montant spécifié.
public void Inflate(float x, float y)
Paramètre | Taper | La description |
---|---|---|
x | Single | Le montant pour gonfler ceRectangleF structure horizontalement. |
y | Single | Le montant pour gonfler ceRectangleF structurer verticalement. |
Voir également
- struct RectangleF
- espace de noms Aspose.Imaging
- Assemblée Aspose.Imaging
Inflate(SizeF)
Gonfle çaRectangleF
par le montant spécifié.
public void Inflate(SizeF size)
Paramètre | Taper | La description |
---|---|---|
size | SizeF | Le montant pour gonfler ce rectangle. |
Voir également
- struct SizeF
- struct RectangleF
- espace de noms Aspose.Imaging
- Assemblée Aspose.Imaging