PathF.AppendEllipse 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
重载
AppendEllipse(Single, Single, Single, Single) | |
AppendEllipse(RectF) |
AppendEllipse(Single, Single, Single, Single)
public:
void AppendEllipse(float x, float y, float w, float h);
public void AppendEllipse (float x, float y, float w, float h);
member this.AppendEllipse : single * single * single * single -> unit
Public Sub AppendEllipse (x As Single, y As Single, w As Single, h As Single)
参数
- x
- Single
- y
- Single
- w
- Single
- h
- Single
适用于
AppendEllipse(RectF)
public:
void AppendEllipse(Microsoft::Maui::Graphics::RectF rect);
public void AppendEllipse (Microsoft.Maui.Graphics.RectF rect);
member this.AppendEllipse : Microsoft.Maui.Graphics.RectF -> unit
Public Sub AppendEllipse (rect As RectF)
参数
- rect
- RectF