다음을 통해 공유


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

그릴 경로입니다.

적용 대상