次の方法で共有


Region.GetBoundaryPath(Path) メソッド

定義

パスをリージョンの境界に設定します。

[Android.Runtime.Register("getBoundaryPath", "(Landroid/graphics/Path;)Z", "GetGetBoundaryPath_Landroid_graphics_Path_Handler")]
public virtual bool GetBoundaryPath (Android.Graphics.Path path);
[<Android.Runtime.Register("getBoundaryPath", "(Landroid/graphics/Path;)Z", "GetGetBoundaryPath_Landroid_graphics_Path_Handler")>]
abstract member GetBoundaryPath : Android.Graphics.Path -> bool
override this.GetBoundaryPath : Android.Graphics.Path -> bool

パラメーター

path
Path

戻り値

属性

注釈

パスをリージョンの境界に設定します。 リージョンが空の場合、パスも空になります。

の Java ドキュメントandroid.graphics.Region.getBoundaryPath(android.graphics.Path)

このページの一部は、Android オープンソース プロジェクトによって作成および共有され、クリエイティブ コモンズ 2.5 属性ライセンスに記載されている条件に従って使用される作業に基づく変更です。

適用対象