Compartilhar via


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

Definição

Desenha um retângulo preenchido na tela.

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

Largura do retângulo.

height
Single

Altura do retângulo.

Aplica-se a