Compartir a través de


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

Definición

Dibuja un rectángulo relleno en el lienzo.

public:
 void FillRectangle(float x, float y, float width, float height);
public void FillRectangle (float x, float y, float width, float height);
abstract member FillRectangle : single * single * single * single -> unit
Public Sub FillRectangle (x As Single, y As Single, width As Single, height 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.

Se aplica a