Graphics.DrawRoundedRectangle Metodo
Definizione
Importante
Alcune informazioni sono relative alla release non definitiva del prodotto, che potrebbe subire modifiche significative prima della release definitiva. Microsoft non riconosce alcuna garanzia, espressa o implicita, in merito alle informazioni qui fornite.
Overload
| Nome | Descrizione |
|---|---|
| DrawRoundedRectangle(Pen, Rectangle, Size) |
Disegna il contorno del rettangolo arrotondato specificato. |
| DrawRoundedRectangle(Pen, RectangleF, SizeF) |
Disegna il contorno del rettangolo arrotondato specificato. |
DrawRoundedRectangle(Pen, Rectangle, Size)
- Origine:
- Graphics.cs
- Origine:
- Graphics.cs
- Origine:
- Graphics.cs
- Origine:
- Graphics.cs
- Origine:
- Graphics.cs
Disegna il contorno del rettangolo arrotondato specificato.
public:
void DrawRoundedRectangle(System::Drawing::Pen ^ pen, System::Drawing::Rectangle rect, System::Drawing::Size radius);
public void DrawRoundedRectangle(System.Drawing.Pen pen, System.Drawing.Rectangle rect, System.Drawing.Size radius);
member this.DrawRoundedRectangle : System.Drawing.Pen * System.Drawing.Rectangle * System.Drawing.Size -> unit
Public Sub DrawRoundedRectangle (pen As Pen, rect As Rectangle, radius As Size)
Parametri
- rect
- Rectangle
Limiti del rettangolo arrotondato.
- radius
- Size
Larghezza e altezza del raggio utilizzata per arrotondare gli angoli del rettangolo.
Si applica a
DrawRoundedRectangle(Pen, RectangleF, SizeF)
- Origine:
- Graphics.cs
- Origine:
- Graphics.cs
- Origine:
- Graphics.cs
- Origine:
- Graphics.cs
- Origine:
- Graphics.cs
Disegna il contorno del rettangolo arrotondato specificato.
public:
void DrawRoundedRectangle(System::Drawing::Pen ^ pen, System::Drawing::RectangleF rect, System::Drawing::SizeF radius);
public void DrawRoundedRectangle(System.Drawing.Pen pen, System.Drawing.RectangleF rect, System.Drawing.SizeF radius);
member this.DrawRoundedRectangle : System.Drawing.Pen * System.Drawing.RectangleF * System.Drawing.SizeF -> unit
Public Sub DrawRoundedRectangle (pen As Pen, rect As RectangleF, radius As SizeF)
Parametri
- rect
- RectangleF
Limiti del rettangolo arrotondato.
- radius
- SizeF
Larghezza e altezza del raggio utilizzata per arrotondare gli angoli del rettangolo.