PathMeasure.SetPath(Path, Boolean) メソッド

定義

新しいパスを割り当てるか、null を割り当ててない。

[Android.Runtime.Register("setPath", "(Landroid/graphics/Path;Z)V", "GetSetPath_Landroid_graphics_Path_ZHandler")]
public virtual void SetPath(Android.Graphics.Path? path, bool forceClosed);
[<Android.Runtime.Register("setPath", "(Landroid/graphics/Path;Z)V", "GetSetPath_Landroid_graphics_Path_ZHandler")>]
abstract member SetPath : Android.Graphics.Path * bool -> unit
override this.SetPath : Android.Graphics.Path * bool -> unit

パラメーター

path
Path
forceClosed
Boolean
属性

注釈

新しいパスを割り当てるか、null を割り当ててない。

Javaドキュメント。

このページの一部は、によって作成および共有され、に記載されている条件に従って使用される作業に基づく変更です。

適用対象