PathArcExtensions.SVGArcTo 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.
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
Совместная работа с нами на GitHub
Источник этого содержимого можно найти на GitHub, где также можно создавать и просматривать проблемы и запросы на вытягивание. Дополнительные сведения см. в нашем руководстве для участников.