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
Collaborer avec nous sur GitHub
La source de ce contenu se trouve sur GitHub, où vous pouvez également créer et examiner les problèmes et les demandes de tirage. Pour plus d’informations, consultez notre guide du contributeur.