Canvas.ClipPath メソッド

定義

オーバーロード

ClipPath(Path)

現在のクリップと指定したパスを交差します。

ClipPath(Path, Region+Op)

現在のクリップと指定したパスを交差します。

ClipPath(Path)

現在のクリップと指定したパスを交差します。

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

パラメーター

path
Path

現在のクリップと交差するパス

戻り値

結果のクリップが空でない場合は true

属性

注釈

現在のクリップと指定したパスを交差します。

の Java ドキュメントandroid.graphics.Canvas.clipPath(android.graphics.Path)

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

適用対象

ClipPath(Path, Region+Op)

現在のクリップと指定したパスを交差します。

[Android.Runtime.Register("clipPath", "(Landroid/graphics/Path;Landroid/graphics/Region$Op;)Z", "GetClipPath_Landroid_graphics_Path_Landroid_graphics_Region_Op_Handler")]
public virtual bool ClipPath (Android.Graphics.Path path, Android.Graphics.Region.Op op);
[<Android.Runtime.Register("clipPath", "(Landroid/graphics/Path;Landroid/graphics/Region$Op;)Z", "GetClipPath_Landroid_graphics_Path_Landroid_graphics_Region_Op_Handler")>]
abstract member ClipPath : Android.Graphics.Path * Android.Graphics.Region.Op -> bool
override this.ClipPath : Android.Graphics.Path * Android.Graphics.Region.Op -> bool

パラメーター

path
Path

現在のクリップと交差するパス

op
Region.Op

クリップの変更方法

戻り値

結果のクリップが空でない場合は true

属性

注釈

の Java ドキュメントandroid.graphics.Canvas.clipPath(android.graphics.Path)

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

適用対象