共用方式為


Path.AddPath 方法

定義

多載

AddPath(Path)

將 src 的複本新增至路徑

AddPath(Path, Matrix)

將 src 複本新增至路徑,並依矩陣轉換

AddPath(Path, Single, Single)

將 src 的複本新增至路徑,位移依據 (dx,dy)

AddPath(Path)

將 src 的複本新增至路徑

[Android.Runtime.Register("addPath", "(Landroid/graphics/Path;)V", "GetAddPath_Landroid_graphics_Path_Handler")]
public virtual void AddPath (Android.Graphics.Path src);
[<Android.Runtime.Register("addPath", "(Landroid/graphics/Path;)V", "GetAddPath_Landroid_graphics_Path_Handler")>]
abstract member AddPath : Android.Graphics.Path -> unit
override this.AddPath : Android.Graphics.Path -> unit

參數

src
Path

附加至目前路徑的路徑

屬性

備註

將 src 的複本新增至路徑

android.graphics.Path.addPath(android.graphics.Path)Java 檔。

此頁面的部分是根據 Android 開放原始碼專案所建立和共用的工作進行修改,並根據 Creative Commons 2.5 屬性授權中所述的詞彙使用。

適用於

AddPath(Path, Matrix)

將 src 複本新增至路徑,並依矩陣轉換

[Android.Runtime.Register("addPath", "(Landroid/graphics/Path;Landroid/graphics/Matrix;)V", "GetAddPath_Landroid_graphics_Path_Landroid_graphics_Matrix_Handler")]
public virtual void AddPath (Android.Graphics.Path src, Android.Graphics.Matrix matrix);
[<Android.Runtime.Register("addPath", "(Landroid/graphics/Path;Landroid/graphics/Matrix;)V", "GetAddPath_Landroid_graphics_Path_Landroid_graphics_Matrix_Handler")>]
abstract member AddPath : Android.Graphics.Path * Android.Graphics.Matrix -> unit
override this.AddPath : Android.Graphics.Path * Android.Graphics.Matrix -> unit

參數

src
Path

要新增為新輪廓的路徑

matrix
Matrix
屬性

備註

將 src 複本新增至路徑,並依矩陣轉換

android.graphics.Path.addPath(android.graphics.Path, android.graphics.Matrix)Java 檔。

此頁面的部分是根據 Android 開放原始碼專案所建立和共用的工作進行修改,並根據 Creative Commons 2.5 屬性授權中所述的詞彙使用。

適用於

AddPath(Path, Single, Single)

將 src 的複本新增至路徑,位移依據 (dx,dy)

[Android.Runtime.Register("addPath", "(Landroid/graphics/Path;FF)V", "GetAddPath_Landroid_graphics_Path_FFHandler")]
public virtual void AddPath (Android.Graphics.Path src, float dx, float dy);
[<Android.Runtime.Register("addPath", "(Landroid/graphics/Path;FF)V", "GetAddPath_Landroid_graphics_Path_FFHandler")>]
abstract member AddPath : Android.Graphics.Path * single * single -> unit
override this.AddPath : Android.Graphics.Path * single * single -> unit

參數

src
Path

要新增為新輪廓的路徑

dx
Single

新增路徑時要轉譯路徑的數量

dy
Single
屬性

備註

將 src 的複本新增至路徑,位移依據 (dx,dy)

android.graphics.Path.addPath(android.graphics.Path, float, float)Java 檔。

此頁面的部分是根據 Android 開放原始碼專案所建立和共用的工作進行修改,並根據 Creative Commons 2.5 屬性授權中所述的詞彙使用。

適用於