共用方式為


AbstractCanvas<TState>.DrawPath(PathF) 方法

定義

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

參數

path
PathF

實作

適用於