SKGraphicsExtensions.AsSkiaPath Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Surcharges
AsSkiaPath(PathF, Single, Single, Single, Single, Single) | |
AsSkiaPath(PathF, Single, Single) | |
AsSkiaPath(PathF) | |
AsSkiaPath(PathF, Single) |
AsSkiaPath(PathF, Single, Single, Single, Single, Single)
public:
[System::Runtime::CompilerServices::Extension]
static SkiaSharp::SKPath ^ AsSkiaPath(Microsoft::Maui::Graphics::PathF ^ path, float ppu, float ox, float oy, float fx, float fy);
public static SkiaSharp.SKPath AsSkiaPath (this Microsoft.Maui.Graphics.PathF path, float ppu, float ox, float oy, float fx, float fy);
static member AsSkiaPath : Microsoft.Maui.Graphics.PathF * single * single * single * single * single -> SkiaSharp.SKPath
<Extension()>
Public Function AsSkiaPath (path As PathF, ppu As Single, ox As Single, oy As Single, fx As Single, fy As Single) As SKPath
Paramètres
- path
- PathF
- ppu
- Single
- ox
- Single
- oy
- Single
- fx
- Single
- fy
- Single
Retours
S’applique à
AsSkiaPath(PathF, Single, Single)
public:
[System::Runtime::CompilerServices::Extension]
static SkiaSharp::SKPath ^ AsSkiaPath(Microsoft::Maui::Graphics::PathF ^ path, float ppu, float zoom);
public static SkiaSharp.SKPath AsSkiaPath (this Microsoft.Maui.Graphics.PathF path, float ppu, float zoom);
static member AsSkiaPath : Microsoft.Maui.Graphics.PathF * single * single -> SkiaSharp.SKPath
<Extension()>
Public Function AsSkiaPath (path As PathF, ppu As Single, zoom As Single) As SKPath
Paramètres
- path
- PathF
- ppu
- Single
- zoom
- Single
Retours
S’applique à
AsSkiaPath(PathF)
public:
[System::Runtime::CompilerServices::Extension]
static SkiaSharp::SKPath ^ AsSkiaPath(Microsoft::Maui::Graphics::PathF ^ target);
public static SkiaSharp.SKPath AsSkiaPath (this Microsoft.Maui.Graphics.PathF target);
static member AsSkiaPath : Microsoft.Maui.Graphics.PathF -> SkiaSharp.SKPath
<Extension()>
Public Function AsSkiaPath (target As PathF) As SKPath
Paramètres
- target
- PathF
Retours
S’applique à
AsSkiaPath(PathF, Single)
public:
[System::Runtime::CompilerServices::Extension]
static SkiaSharp::SKPath ^ AsSkiaPath(Microsoft::Maui::Graphics::PathF ^ path, float ppu);
public static SkiaSharp.SKPath AsSkiaPath (this Microsoft.Maui.Graphics.PathF path, float ppu);
static member AsSkiaPath : Microsoft.Maui.Graphics.PathF * single -> SkiaSharp.SKPath
<Extension()>
Public Function AsSkiaPath (path As PathF, ppu As Single) As SKPath
Paramètres
- path
- PathF
- ppu
- Single