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
Collabora con noi su GitHub
L'origine di questo contenuto è disponibile in GitHub, in cui è anche possibile creare ed esaminare i problemi e le richieste pull. Per ulteriori informazioni, vedere la guida per i collaboratori.