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
Zusammenarbeit auf GitHub
Die Quelle für diesen Inhalt finden Sie auf GitHub, wo Sie auch Issues und Pull Requests erstellen und überprüfen können. Weitere Informationen finden Sie in unserem Leitfaden für Mitwirkende.