Compartir a través de


ICanvas.FillRoundedRectangle(Single, Single, Single, Single, Single) Método

Definición

Dibuja un rectángulo lleno con esquinas redondeadas en el lienzo.

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

Parámetros

x
Single

Coordenada inicial x .

y
Single

Coordenada inicial y .

width
Single

Ancho del rectángulo.

height
Single

Alto del rectángulo.

cornerRadius
Single

Radio utilizado para redondear las esquinas del rectángulo.

Se aplica a