Graphics.DrawRoundedRectangle Metodo
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.
- Origine:
- Graphics.cs
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
- pen
- Pen
- rect
- Rectangle
- radius
- Size
Si applica a
Windows Desktop 9
Prodotto | Versioni |
---|---|
Windows Desktop | 9 |
- Origine:
- Graphics.cs
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
- pen
- Pen
- rect
- RectangleF
- radius
- SizeF
Si applica a
Windows Desktop 9
Prodotto | Versioni |
---|---|
Windows Desktop | 9 |
Feedback su .NET
.NET è un progetto di open source. Selezionare un collegamento per fornire feedback: