Sdílet prostřednictvím


ICanvas.DrawPath(PathF) Metoda

Definice

Nakreslí zadaný path na plátno.

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)

Parametry

path
PathF

Cesta, která se má nakreslit.

Platí pro