ActivityDesignerPaint.GetRoundedRectanglePath(Rectangle, Int32) 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.
Restituisce il percorso grafico utilizzato per disegnare il rettangolo arrotondato specificato.
public:
static System::Drawing::Drawing2D::GraphicsPath ^ GetRoundedRectanglePath(System::Drawing::Rectangle rectangle, int radius);
public static System.Drawing.Drawing2D.GraphicsPath GetRoundedRectanglePath (System.Drawing.Rectangle rectangle, int radius);
static member GetRoundedRectanglePath : System.Drawing.Rectangle * int -> System.Drawing.Drawing2D.GraphicsPath
Public Shared Function GetRoundedRectanglePath (rectangle As Rectangle, radius As Integer) As GraphicsPath
Parametri
- radius
- Int32
Numero intero che definisce il raggio da utilizzare per disegnare gli angoli arrotondati.
Restituisce
Classe GraphicsPath che disegna il percorso arrotondato del rettangolo specificato.
Eccezioni
Commenti
Il metodo DrawRoundedRectangle usa GetRoundedRectanglePath per ottenere il percorso da disegnare.