PathArcExtensions.SVGArcTo Metoda
Definicja
Ważne
Niektóre informacje odnoszą się do produktu w wersji wstępnej, który może zostać znacząco zmodyfikowany przed wydaniem. Firma Microsoft nie udziela żadnych gwarancji, jawnych lub domniemanych, w odniesieniu do informacji podanych w tym miejscu.
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)
Parametry
- aTarget
- PathF
- rx
- Single
- ry
- Single
- angle
- Single
- largeArcFlag
- Boolean
- sweepFlag
- Boolean
- x
- Single
- y
- Single
- lastPointX
- Single
- lastPointY
- Single