共用方式為


ICanvas.DrawPath(PathF) 方法

定義

將指定的 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)

參數

path
PathF

要繪製的路徑。

適用於