GraphicsPath.AddPath
inhoud
[
verbergen
]AddPath(GraphicsPath)
Voegt het gespecificeerde toeGraphicsPath
naar dit pad.
public void AddPath(GraphicsPath addingPath)
Parameter | Type | Beschrijving |
---|---|---|
addingPath | GraphicsPath | DeGraphicsPath toevoegen. |
Zie ook
- class GraphicsPath
- naamruimte Aspose.PSD
- montage Aspose.PSD
AddPath(GraphicsPath, bool)
Voegt het gespecificeerde toeGraphicsPath
naar dit pad.
public void AddPath(GraphicsPath addingPath, bool connect)
Parameter | Type | Beschrijving |
---|---|---|
addingPath | GraphicsPath | DeGraphicsPath toevoegen. |
connect | Boolean | Een Booleaanse waarde die aangeeft of het eerste cijfer in het toegevoegde pad deel uitmaakt van het laatste cijfer in dit pad. De waarde true geeft aan dat het eerste cijfer in het toegevoegde pad deel uitmaakt van het laatste cijfer in dit pad. De waarde false geeft aan dat het eerste cijfer in het toegevoegde pad gescheiden is van het laatste cijfer in dit pad. |
Zie ook
- class GraphicsPath
- naamruimte Aspose.PSD
- montage Aspose.PSD