言語

Region.SetPath(Path, Region) メソッド

定義

パスとクリップで説明されている領域に領域を設定します。

[Android.Runtime.Register("setPath", "(Landroid/graphics/Path;Landroid/graphics/Region;)Z", "GetSetPath_Landroid_graphics_Path_Landroid_graphics_Region_Handler")]
public virtual bool SetPath(Android.Graphics.Path path, Android.Graphics.Region clip);
[<Android.Runtime.Register("setPath", "(Landroid/graphics/Path;Landroid/graphics/Region;)Z", "GetSetPath_Landroid_graphics_Path_Landroid_graphics_Region_Handler")>]
abstract member SetPath : Android.Graphics.Path * Android.Graphics.Region -> bool
override this.SetPath : Android.Graphics.Path * Android.Graphics.Region -> bool

パラメーター

path
Path
clip
Region

返品

属性

注釈

パスとクリップで説明されている領域に領域を設定します。 結果の領域が空でない場合は true を返します。 これにより、パスによって描画されるピクセルと同じ領域が生成されます (アンチエイリアシングなし)。

Javaドキュメント。

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

適用対象