AddPath
Contenu
[
Cacher
]AddPath(GraphicsPath)
Ajoute le spécifiéGraphicsPath
à ce chemin.
public void AddPath(GraphicsPath addingPath)
Paramètre | Taper | La description |
---|---|---|
addingPath | GraphicsPath | LaGraphicsPath ajouter. |
Voir également
- class GraphicsPath
- espace de noms Aspose.Imaging
- Assemblée Aspose.Imaging
AddPath(GraphicsPath, bool)
Ajoute le spécifiéGraphicsPath
à ce chemin.
public void AddPath(GraphicsPath addingPath, bool connect)
Paramètre | Taper | La description |
---|---|---|
addingPath | GraphicsPath | LaGraphicsPath 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.Imaging
- Assemblée Aspose.Imaging