ICanvas.FillEllipse(Single, Single, Single, Single) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
將填滿的橢圓形繪製到畫布上。
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)
參數
- x
- Single
開始 x
座標。
- y
- Single
開始 y
座標。
- width
- Single
橢圓形的寬度。
- height
- Single
橢圓形的高度。