DrawPath
Graphics.DrawPath method
Zeichnet einen GraphicsPath.
public void DrawPath(Pen pen, GraphicsPath path)
Parameter | Typ | Beschreibung |
---|---|---|
pen | Pen | Pen die die Farbe, Breite und den Stil des Pfads bestimmt. |
path | GraphicsPath | Zu zeichnender GraphicsPath. |
Siehe auch
- class Pen
- class GraphicsPath
- class Graphics
- namensraum System.Drawing
- Montage Aspose.Drawing