Graphics.FillRoundedRectangle 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
FillRoundedRectangle(Brush, Rectangle, Size) | |
FillRoundedRectangle(Brush, RectangleF, SizeF) |
FillRoundedRectangle(Brush, Rectangle, Size)
- Source:
- Graphics.cs
public:
void FillRoundedRectangle(System::Drawing::Brush ^ brush, System::Drawing::Rectangle rect, System::Drawing::Size radius);
public void FillRoundedRectangle (System.Drawing.Brush brush, System.Drawing.Rectangle rect, System.Drawing.Size radius);
member this.FillRoundedRectangle : System.Drawing.Brush * System.Drawing.Rectangle * System.Drawing.Size -> unit
Public Sub FillRoundedRectangle (brush As Brush, rect As Rectangle, radius As Size)
Paramètres
- brush
- Brush
- rect
- Rectangle
- radius
- Size
S’applique à
FillRoundedRectangle(Brush, RectangleF, SizeF)
- Source:
- Graphics.cs
public:
void FillRoundedRectangle(System::Drawing::Brush ^ brush, System::Drawing::RectangleF rect, System::Drawing::SizeF radius);
public void FillRoundedRectangle (System.Drawing.Brush brush, System.Drawing.RectangleF rect, System.Drawing.SizeF radius);
member this.FillRoundedRectangle : System.Drawing.Brush * System.Drawing.RectangleF * System.Drawing.SizeF -> unit
Public Sub FillRoundedRectangle (brush As Brush, rect As RectangleF, radius As SizeF)
Paramètres
- brush
- Brush
- rect
- RectangleF
- radius
- SizeF
S’applique à
Collaborer avec nous sur GitHub
La source de ce contenu se trouve sur GitHub, où vous pouvez également créer et examiner les problèmes et les demandes de tirage. Pour plus d’informations, consultez notre guide du contributeur.