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
Colaborar conosco no GitHub
A fonte deste conteúdo pode ser encontrada no GitHub, onde você também pode criar e revisar problemas e solicitações de pull. Para obter mais informações, confira o nosso guia para colaboradores.