Freigeben über


ICanvas.FillRoundedRectangle(Single, Single, Single, Single, Single) Methode

Definition

Zeichnet ein gefülltes Rechteck mit abgerundeten Ecken auf dem Zeichenbereich.

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)

Parameter

x
Single

Startkoordinate x .

y
Single

Startkoordinate y .

width
Single

Breite des Rechtecks.

height
Single

Höhe des Rechtecks.

cornerRadius
Single

Der Radius, der zum Runden der Ecken des Rechtecks verwendet wird.

Gilt für: