Paint.GetFillPath(Path, Path) Methode

Definition

Wendet alle/alle Effekte (Patheffect, Stroking) auf src an und gibt das Ergebnis in dst zurück.

[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

Parameter

src
Path

Eingabepfad

dst
Path

Ausgabepfad (möglicherweise identisch mit src)

Gibt zurück

true, wenn der Pfad gefüllt werden soll, oder falsch, wenn er mit einer Haarlinie gezeichnet werden soll (Breite == 0)

Attribute

Hinweise

Wendet alle/alle Effekte (Patheffect, Stroking) auf src an und gibt das Ergebnis in dst zurück. Das Ergebnis ist, dass das Zeichnen mit dieser Farbe mit dem Zeichnen mit einer Standardfarbe (zumindest aus geometrischer Perspektive) identisch ist.

Java Dokumentation für android.graphics.Paint.getFillPath(android.graphics.Path, android.graphics.Path).

Teile dieser Seite sind Änderungen auf der Grundlage von Arbeiten, die von der Android Open Source Project erstellt und gemeinsam verwendet und gemäß den in der 2.5 Attribution License beschriebenen Begriffen verwendet werden.

Gilt für: