FillPath
Graphics.FillPath method
Füllt das Innere von aGraphicsPath
.
public void FillPath(Brush brush, GraphicsPath path)
Parameter | Typ | Beschreibung |
---|---|---|
brush | Brush | Brush die die Eigenschaften der Füllung bestimmt. |
path | GraphicsPath | GraphicsPath das den zu füllenden Pfad darstellt. |
Ausnahmen
Ausnahme | Bedingung |
---|---|
ArgumentNullException | brush ist null. -oder- path ist Null. |
Siehe auch
- class Brush
- class GraphicsPath
- class Graphics
- namensraum Aspose.Imaging
- Montage Aspose.Imaging