Partager via


ICanvas.DrawPath(PathF) Méthode

Définition

Dessine le canevas spécifié path .

public:
 void DrawPath(Microsoft::Maui::Graphics::PathF ^ path);
public void DrawPath (Microsoft.Maui.Graphics.PathF path);
abstract member DrawPath : Microsoft.Maui.Graphics.PathF -> unit
Public Sub DrawPath (path As PathF)

Paramètres

path
PathF

Chemin à dessiner.

S’applique à