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
Colaborar conosco no GitHub
A fonte deste conteúdo pode ser encontrada no GitHub, onde você também pode criar e revisar problemas e solicitações de pull. Para obter mais informações, confira o nosso guia para colaboradores.