ActivityDesignerPaint.GetRoundedRectanglePath(Rectangle, Int32) 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.
Retourne le tracé graphique utilisé pour dessiner le rectangle arrondi spécifié.
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
Paramètres
- radius
- Int32
Entier qui définit le rayon à utiliser pour dessiner les angles arrondis.
Retours
GraphicsPath qui dessine le tracé arrondi du rectangle spécifié.
Exceptions
Remarques
La méthode DrawRoundedRectangle utilise GetRoundedRectanglePath pour obtenir le tracé à dessiner.