GraphicsPath.AddRoundedRectangle Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Surcharges
| Nom | Description |
|---|---|
| AddRoundedRectangle(Rectangle, Size) |
Ajoute un rectangle arrondi à ce chemin d’accès. |
| AddRoundedRectangle(RectangleF, SizeF) |
Ajoute un rectangle arrondi à ce chemin d’accès. |
AddRoundedRectangle(Rectangle, Size)
- Source:
- GraphicsPath.cs
- Source:
- GraphicsPath.cs
- Source:
- GraphicsPath.cs
- Source:
- GraphicsPath.cs
- Source:
- GraphicsPath.cs
Ajoute un rectangle arrondi à ce chemin d’accès.
public:
void AddRoundedRectangle(System::Drawing::Rectangle rect, System::Drawing::Size radius);
public void AddRoundedRectangle(System.Drawing.Rectangle rect, System.Drawing.Size radius);
member this.AddRoundedRectangle : System.Drawing.Rectangle * System.Drawing.Size -> unit
Public Sub AddRoundedRectangle (rect As Rectangle, radius As Size)
Paramètres
- rect
- Rectangle
Limites du rectangle à ajouter.
- radius
- Size
Largeur et hauteur du rayon utilisées pour arrondir les angles du rectangle.
S’applique à
AddRoundedRectangle(RectangleF, SizeF)
- Source:
- GraphicsPath.cs
- Source:
- GraphicsPath.cs
- Source:
- GraphicsPath.cs
- Source:
- GraphicsPath.cs
- Source:
- GraphicsPath.cs
Ajoute un rectangle arrondi à ce chemin d’accès.
public:
void AddRoundedRectangle(System::Drawing::RectangleF rect, System::Drawing::SizeF radius);
public void AddRoundedRectangle(System.Drawing.RectangleF rect, System.Drawing.SizeF radius);
member this.AddRoundedRectangle : System.Drawing.RectangleF * System.Drawing.SizeF -> unit
Public Sub AddRoundedRectangle (rect As RectangleF, radius As SizeF)
Paramètres
- rect
- RectangleF
Limites du rectangle à ajouter.
- radius
- SizeF
Largeur et hauteur du rayon utilisées pour arrondir les angles du rectangle.