ScalingCanvas.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

实现

适用于