Partager via


ICanvas.DrawRoundedRectangle(Single, Single, Single, Single, Single) Méthode

Définition

Dessine un rectangle avec des angles arrondis sur le canevas.

public:
 void DrawRoundedRectangle(float x, float y, float width, float height, float cornerRadius);
public void DrawRoundedRectangle (float x, float y, float width, float height, float cornerRadius);
abstract member DrawRoundedRectangle : single * single * single * single * single -> unit
Public Sub DrawRoundedRectangle (x As Single, y As Single, width As Single, height As Single, cornerRadius As Single)

Paramètres

x
Single

Coordonnée de départ x .

y
Single

Coordonnée de départ y .

width
Single

Largeur du rectangle.

height
Single

Hauteur du rectangle.

cornerRadius
Single

Rayon utilisé pour arrondir les angles du rectangle.

S’applique à