Sdílet prostřednictvím


ICanvas.DrawEllipse(Single, Single, Single, Single) Metoda

Definice

Nakreslí tři tečky na plátno.

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