Paint.GetFillPath(Path, Path) メソッド

定義

すべての効果 (patheffect、なでる) を src に適用し、結果を dst で返します。

[Android.Runtime.Register("getFillPath", "(Landroid/graphics/Path;Landroid/graphics/Path;)Z", "GetGetFillPath_Landroid_graphics_Path_Landroid_graphics_Path_Handler")]
public virtual bool GetFillPath(Android.Graphics.Path? src, Android.Graphics.Path? dst);
[<Android.Runtime.Register("getFillPath", "(Landroid/graphics/Path;Landroid/graphics/Path;)Z", "GetGetFillPath_Landroid_graphics_Path_Landroid_graphics_Path_Handler")>]
abstract member GetFillPath : Android.Graphics.Path * Android.Graphics.Path -> bool
override this.GetFillPath : Android.Graphics.Path * Android.Graphics.Path -> bool

パラメーター

src
Path

入力パス

dst
Path

出力パス (src と同じでもかまいません)

返品

パスを塗りつぶす場合は true、ヘアラインで描画する場合は false (幅 == 0)

属性

注釈

すべての効果 (patheffect、なでる) を src に適用し、結果を dst で返します。 その結果、このペイントを使用した src の描画は、既定のペイントを使用した dst の描画と同じになります (少なくとも幾何学的な観点から)。

Javaドキュメント。

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

適用対象