Sdílet prostřednictvím


SKGraphicsExtensions.AsSkiaPath Metoda

Definice

Přetížení

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

Parametry

path
PathF
ppu
Single
ox
Single
oy
Single
fx
Single
fy
Single

Návraty

Platí pro

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

Parametry

path
PathF
ppu
Single
zoom
Single

Návraty

Platí pro

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

Parametry

target
PathF

Návraty

Platí pro

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

Parametry

path
PathF
ppu
Single

Návraty

Platí pro