Share via


PathArcExtensions.SVGArcTo Method

Definition

public:
[System::Runtime::CompilerServices::Extension]
 static void SVGArcTo(Microsoft::Maui::Graphics::PathF ^ aTarget, float rx, float ry, float angle, bool largeArcFlag, bool sweepFlag, float x, float y, float lastPointX, float lastPointY);
public static void SVGArcTo (this Microsoft.Maui.Graphics.PathF aTarget, float rx, float ry, float angle, bool largeArcFlag, bool sweepFlag, float x, float y, float lastPointX, float lastPointY);
static member SVGArcTo : Microsoft.Maui.Graphics.PathF * single * single * single * bool * bool * single * single * single * single -> unit
<Extension()>
Public Sub SVGArcTo (aTarget As PathF, rx As Single, ry As Single, angle As Single, largeArcFlag As Boolean, sweepFlag As Boolean, x As Single, y As Single, lastPointX As Single, lastPointY As Single)

Parameters

aTarget
PathF
rx
Single
ry
Single
angle
Single
largeArcFlag
Boolean
sweepFlag
Boolean
x
Single
y
Single
lastPointX
Single
lastPointY
Single

Applies to