Region.SetPath(Path, Region) メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
パスとクリップで説明されている領域に領域を設定します。
[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 を返します。 これにより、パスによって描画されるピクセルと同じ領域が生成されます (アンチエイリアシングなし)。
このページの一部は、によって作成および共有され、に記載されている条件に従って使用される作業に基づく変更です。