Sdílet prostřednictvím


ICanvas.FillEllipse(Single, Single, Single, Single) Metoda

Definice

Nakreslí na plátno vyplněné tři tečky.

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

Parametry

x
Single

Počáteční x souřadnice.

y
Single

Počáteční y souřadnice.

width
Single

Šířka tří teček.

height
Single

Výška elipsy.

Platí pro