PathF.AppendCircle Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
AppendCircle(PointF, Single) | |
AppendCircle(Single, Single, Single) |
AppendCircle(PointF, Single)
- Source:
- PathF.cs
- Source:
- PathF.cs
public:
void AppendCircle(Microsoft::Maui::Graphics::PointF center, float r);
public void AppendCircle (Microsoft.Maui.Graphics.PointF center, float r);
member this.AppendCircle : Microsoft.Maui.Graphics.PointF * single -> unit
Public Sub AppendCircle (center As PointF, r As Single)
Parameters
- center
- PointF
- r
- Single
Applies to
AppendCircle(Single, Single, Single)
- Source:
- PathF.cs
- Source:
- PathF.cs
public:
void AppendCircle(float cx, float cy, float r);
public void AppendCircle (float cx, float cy, float r);
member this.AppendCircle : single * single * single -> unit
Public Sub AppendCircle (cx As Single, cy As Single, r As Single)
Parameters
- cx
- Single
- cy
- Single
- r
- Single
Applies to
Совместная работа с нами на GitHub
Источник этого содержимого можно найти на GitHub, где также можно создавать и просматривать проблемы и запросы на вытягивание. Дополнительные сведения см. в нашем руководстве для участников.