次の方法で共有


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

描画するパス。

適用対象