PathF.CurveTo Methode
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
Überlädt
CurveTo(PointF, PointF, PointF) | |
CurveTo(Single, Single, Single, Single, Single, Single) |
CurveTo(PointF, PointF, PointF)
public:
Microsoft::Maui::Graphics::PathF ^ CurveTo(Microsoft::Maui::Graphics::PointF controlPoint1, Microsoft::Maui::Graphics::PointF controlPoint2, Microsoft::Maui::Graphics::PointF point);
public Microsoft.Maui.Graphics.PathF CurveTo (Microsoft.Maui.Graphics.PointF controlPoint1, Microsoft.Maui.Graphics.PointF controlPoint2, Microsoft.Maui.Graphics.PointF point);
member this.CurveTo : Microsoft.Maui.Graphics.PointF * Microsoft.Maui.Graphics.PointF * Microsoft.Maui.Graphics.PointF -> Microsoft.Maui.Graphics.PathF
Public Function CurveTo (controlPoint1 As PointF, controlPoint2 As PointF, point As PointF) As PathF
Parameter
- controlPoint1
- PointF
- controlPoint2
- PointF
- point
- PointF
Gibt zurück
Gilt für:
CurveTo(Single, Single, Single, Single, Single, Single)
public:
Microsoft::Maui::Graphics::PathF ^ CurveTo(float c1X, float c1Y, float c2X, float c2Y, float x, float y);
public Microsoft.Maui.Graphics.PathF CurveTo (float c1X, float c1Y, float c2X, float c2Y, float x, float y);
member this.CurveTo : single * single * single * single * single * single -> Microsoft.Maui.Graphics.PathF
Public Function CurveTo (c1X As Single, c1Y As Single, c2X As Single, c2Y As Single, x As Single, y As Single) As PathF
Parameter
- c1X
- Single
- c1Y
- Single
- c2X
- Single
- c2Y
- Single
- x
- Single
- y
- Single