GraphicsPath.AddPath
Contenu
[
Cacher
]AddPath(GraphicsPath)
Ajoute le spécifiéGraphicsPath
à ce chemin.
public void AddPath(GraphicsPath addingPath)
Paramètre | Taper | La description |
---|---|---|
addingPath | GraphicsPath | LeGraphicsPath ajouter. |
Voir également
- class GraphicsPath
- espace de noms Aspose.PSD
- Assemblée Aspose.PSD
AddPath(GraphicsPath, bool)
Ajoute le spécifiéGraphicsPath
à ce chemin.
public void AddPath(GraphicsPath addingPath, bool connect)
Paramètre | Taper | La description |
---|---|---|
addingPath | GraphicsPath | LeGraphicsPath ajouter. |
connect | Boolean | Une valeur booléenne qui spécifie si le premier chiffre du chemin ajouté fait partie du dernier chiffre de ce chemin. La valeur true indique que le premier chiffre du chemin ajouté fait partie du dernier chiffre de ce chemin. La valeur false indique que le premier chiffre du chemin ajouté est séparé du dernier chiffre de ce chemin. |
Voir également
- class GraphicsPath
- espace de noms Aspose.PSD
- Assemblée Aspose.PSD