Path.AddPath メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
オーバーロード
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 のコピーをパスに追加する
の Java ドキュメントandroid.graphics.Path.addPath(android.graphics.Path)
このページの一部は、Android オープンソース プロジェクトによって作成および共有され、クリエイティブ コモンズ 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 のコピーをパスに追加する
の Java ドキュメントandroid.graphics.Path.addPath(android.graphics.Path, android.graphics.Matrix)
このページの一部は、Android オープンソース プロジェクトによって作成および共有され、クリエイティブ コモンズ 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
追加された X のパスを変換する量
- dy
- Single
- 属性
注釈
src のコピーをパスに追加します(dx,dy) でオフセットします。
の Java ドキュメントandroid.graphics.Path.addPath(android.graphics.Path, float, float)
このページの一部は、Android オープンソース プロジェクトによって作成および共有され、クリエイティブ コモンズ 2.5 属性ライセンスに記載されている条件に従って使用される作業に基づく変更です。