GraphicsPath.GraphicsPath
Inhalt
[
Ausblenden
]GraphicsPath()
Initialisiert eine neue Instanz vonGraphicsPath
Klasse.
public GraphicsPath()
Siehe auch
- class GraphicsPath
- namensraum Aspose.PSD
- Montage Aspose.PSD
GraphicsPath(Figure[])
Initialisiert eine neue Instanz vonGraphicsPath
Klasse.
public GraphicsPath(Figure[] figures)
Parameter | Typ | Beschreibung |
---|---|---|
figures | Figure[] | Die zu initialisierenden Zahlen. |
Siehe auch
- class Figure
- class GraphicsPath
- namensraum Aspose.PSD
- Montage Aspose.PSD
GraphicsPath(Figure[], FillMode)
Initialisiert eine neue Instanz vonGraphicsPath
Klasse.
public GraphicsPath(Figure[] figures, FillMode fillMode)
Parameter | Typ | Beschreibung |
---|---|---|
figures | Figure[] | Die zu initialisierenden Zahlen. |
fillMode | FillMode | Der Füllmodus. |
Siehe auch
- class Figure
- enum FillMode
- class GraphicsPath
- namensraum Aspose.PSD
- Montage Aspose.PSD
GraphicsPath(FillMode)
Initialisiert eine neue Instanz vonGraphicsPath
Klasse.
public GraphicsPath(FillMode fillMode)
Parameter | Typ | Beschreibung |
---|---|---|
fillMode | FillMode | Der Füllmodus. |
Siehe auch
- enum FillMode
- class GraphicsPath
- namensraum Aspose.PSD
- Montage Aspose.PSD